aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2013-07-27 21:52:05 -0700
committerKoushik Dutta <koushd@gmail.com>2013-07-29 20:08:03 -0700
commitebecbc657e3b8f73f112613a3dfe2eef3078c219 (patch)
tree3c97444576deebbb0ebe201d43c842fdfeaa64c8
parentb9ecf6480514bdd21e5a546a7ff376920b31153b (diff)
downloadbootable_recovery-ebecbc657e3b8f73f112613a3dfe2eef3078c219.zip
bootable_recovery-ebecbc657e3b8f73f112613a3dfe2eef3078c219.tar.gz
bootable_recovery-ebecbc657e3b8f73f112613a3dfe2eef3078c219.tar.bz2
Fixes for Superuser
Change-Id: I86a280088ee8767e02ba51b72f4d011cf4658f6f
-rw-r--r--su/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/su/Android.mk b/su/Android.mk
index 6458e8e..8a11752 100644
--- a/su/Android.mk
+++ b/su/Android.mk
@@ -8,7 +8,7 @@ LOCAL_MODULE_TAGS := eng debug
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := libc
LOCAL_C_INCLUDES := external/sqlite/dist
-LOCAL_SRC_FILES := ../../../external/koush/Superuser/Superuser/jni/su/su.c ../../../external/koush/Superuser/Superuser/jni/su/activity.c ../../../external/koush/Superuser/Superuser/jni/su/utils.c dbstub.c
+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)\"
ifdef SUPERUSER_PACKAGE_PREFIX
LOCAL_CFLAGS += -DREQUESTOR_PREFIX=\"$(SUPERUSER_PACKAGE_PREFIX)\"