Skip to content

Commit 9b15727

Browse files
committed
Fix Android.mk
1 parent 4b31539 commit 9b15727

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Android.mk

+7-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ LOCAL_SRC_FILES := su.c activity.cpp
66

77

88
LOCAL_C_INCLUDES += external/sqlite/dist
9-
LOCAL_SHARED_LIBRARIES := liblog libsqlite libandroid_runtime
10-
9+
LOCAL_SHARED_LIBRARIES := \
10+
liblog \
11+
libsqlite \
12+
libcutils \
13+
libbinder \
14+
libutils
1115
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
16+
LOCAL_MODULE_TAGS := eng,debug
1217

1318
include $(BUILD_EXECUTABLE)

0 commit comments

Comments
 (0)