Skip to content

Commit b31c141

Browse files
committed
Merge remote-tracking branch 'tance/terminal-support' into cm-11.0
Conflicts: Superuser/jni/su/daemon.c Change-Id: I2739f6bcbed03636d7a2fb66377977cd16999926
2 parents 8516028 + 8881f70 commit b31c141

File tree

4 files changed

+759
-205
lines changed

4 files changed

+759
-205
lines changed

Superuser/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LOCAL_MODULE := su
66
LOCAL_FORCE_STATIC_EXECUTABLE := true
77
LOCAL_STATIC_LIBRARIES := sqlite3 libcutils libc
88
LOCAL_C_INCLUDES := $(LOCAL_PATH)/sqlite3
9-
LOCAL_SRC_FILES := su/su.c su/activity.c su/db.c su/utils.c su/daemon.c
9+
LOCAL_SRC_FILES := su/su.c su/activity.c su/db.c su/utils.c su/daemon.c su/pts.c
1010
include $(BUILD_EXECUTABLE)
1111

1212

0 commit comments

Comments
 (0)