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.
1 parent 4b31539 commit 9b15727Copy full SHA for 9b15727
Android.mk
@@ -6,8 +6,13 @@ LOCAL_SRC_FILES := su.c activity.cpp
6
7
8
LOCAL_C_INCLUDES += external/sqlite/dist
9
-LOCAL_SHARED_LIBRARIES := liblog libsqlite libandroid_runtime
10
-
+LOCAL_SHARED_LIBRARIES := \
+ liblog \
11
+ libsqlite \
12
+ libcutils \
13
+ libbinder \
14
+ libutils
15
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
16
+LOCAL_MODULE_TAGS := eng,debug
17
18
include $(BUILD_EXECUTABLE)
0 commit comments