We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8516028 + 8881f70 commit b31c141Copy full SHA for b31c141
Superuser/jni/Android.mk
@@ -6,7 +6,7 @@ LOCAL_MODULE := su
6
LOCAL_FORCE_STATIC_EXECUTABLE := true
7
LOCAL_STATIC_LIBRARIES := sqlite3 libcutils libc
8
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
+LOCAL_SRC_FILES := su/su.c su/activity.c su/db.c su/utils.c su/daemon.c su/pts.c
10
include $(BUILD_EXECUTABLE)
11
12
0 commit comments