Loading su/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := su.recovery LOCAL_MODULE_TAGS := eng debug LOCAL_FORCE_STATIC_EXECUTABLE := true LOCAL_STATIC_LIBRARIES := libc LOCAL_STATIC_LIBRARIES := libc liblog libcutils LOCAL_C_INCLUDES := external/sqlite/dist LOCAL_SRC_FILES := ../../../external/koush/Superuser/Superuser/jni/su/su.c ../../../external/koush/Superuser/Superuser/jni/su/daemon.c ../../../external/koush/Superuser/Superuser/jni/su/activity.c ../../../external/koush/Superuser/Superuser/jni/su/utils.c dbstub.c LOCAL_CFLAGS := -DSQLITE_OMIT_LOAD_EXTENSION -DREQUESTOR=\"$(SUPERUSER_PACKAGE)\" Loading Loading
su/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := su.recovery LOCAL_MODULE_TAGS := eng debug LOCAL_FORCE_STATIC_EXECUTABLE := true LOCAL_STATIC_LIBRARIES := libc LOCAL_STATIC_LIBRARIES := libc liblog libcutils LOCAL_C_INCLUDES := external/sqlite/dist LOCAL_SRC_FILES := ../../../external/koush/Superuser/Superuser/jni/su/su.c ../../../external/koush/Superuser/Superuser/jni/su/daemon.c ../../../external/koush/Superuser/Superuser/jni/su/activity.c ../../../external/koush/Superuser/Superuser/jni/su/utils.c dbstub.c LOCAL_CFLAGS := -DSQLITE_OMIT_LOAD_EXTENSION -DREQUESTOR=\"$(SUPERUSER_PACKAGE)\" Loading