aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-02-27 20:27:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-27 20:27:43 +0000
commit2d5e8f2de4af4f7975274957acacbcecf2fb36ef (patch)
tree17cd35286e2dd6919ab03386e514fddb1d813a39
parentbd8747b5ac5dd2078438a1c4f0394a789906e5c9 (diff)
parentd55eeac3245477aa15d4f9a60122bcdc27bb1aa2 (diff)
downloaddtc-2d5e8f2de4af4f7975274957acacbcecf2fb36ef.tar.gz
Disable macro redefined warnings. am: 2a1020b73b am: 76f53c87df
am: d55eeac324 Change-Id: Ic6c3f477acadff3927958f5e08f1972bbf57ecc0
-rw-r--r--libfdt/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libfdt/Android.mk b/libfdt/Android.mk
index a62d9ff..bca674e 100644
--- a/libfdt/Android.mk
+++ b/libfdt/Android.mk
@@ -15,6 +15,7 @@ common_src_files := \
include $(CLEAR_VARS)
+LOCAL_CFLAGS := -Wno-macro-redefined
LOCAL_SRC_FILES := $(common_src_files)
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
LOCAL_MODULE := libfdt
@@ -26,6 +27,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
+LOCAL_CFLAGS := -Wno-macro-redefined
LOCAL_SRC_FILES := $(common_src_files)
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
LOCAL_MODULE := libfdt