Change flags

This commit is contained in:
topjohnwu
2017-04-18 21:31:12 +08:00
parent e9afc15719
commit 102a7f8723
5 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ LOCAL_SRC_FILES := \
su/su_client.c \
su/su_socket.c
LOCAL_CFLAGS := -Wno-implicit-exception-spec-mismatch -DDEBUG
LOCAL_CFLAGS := -Wno-implicit-exception-spec-mismatch
LOCAL_LDLIBS := -llog
include $(BUILD_EXECUTABLE)