summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk
index 0b49873..4e54347 100644
--- a/Android.mk
+++ b/Android.mk
@@ -34,11 +34,8 @@ common_CFLAGS := \
-Wno-ignored-qualifiers \
-Wno-sign-compare \
-Wno-missing-field-initializers \
- -Wno-unused-parameter
-
-ifneq ($(LOCAL_CLANG),true)
- common_CFLAGS += -Wno-unused-but-set-variable
-endif
+ -Wno-unused-parameter \
+ -Wno-unused-but-set-variable
common_C_INCLUDES = $(LOCAL_PATH)/include
@@ -52,7 +49,6 @@ ifeq ($(TARGET_ARCH),arm)
LOCAL_SDK_VERSION := 9
endif
-
LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_CFLAGS += $(common_CFLAGS)
LOCAL_C_INCLUDES += $(common_C_INCLUDES)