summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-07-25 01:03:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-25 01:03:31 +0000
commit650f43d0d567851a36dd136643aa3873b12e6132 (patch)
tree82007e7caf647d2e7684187748702a64a5a043e8 /libbacktrace
parentd7c28d467b26839a3e7540bcd8c25aeef31f3b50 (diff)
parent83ddddaaba0fea8a1c0dcc64e795112bed67815f (diff)
downloadsystem_core-650f43d0d567851a36dd136643aa3873b12e6132.zip
system_core-650f43d0d567851a36dd136643aa3873b12e6132.tar.gz
system_core-650f43d0d567851a36dd136643aa3873b12e6132.tar.bz2
am 83ddddaa: am 4795ce06: Merge "Update makefiles for host clang."
* commit '83ddddaaba0fea8a1c0dcc64e795112bed67815f': Update makefiles for host clang.
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/Android.build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbacktrace/Android.build.mk b/libbacktrace/Android.build.mk
index 2f55645..2685380 100644
--- a/libbacktrace/Android.build.mk
+++ b/libbacktrace/Android.build.mk
@@ -73,6 +73,7 @@ endif
ifeq ($(build_type),host)
# Only build if host builds are supported.
ifeq ($(build_host),true)
+ LOCAL_CFLAGS += -Wno-extern-c-compat
ifneq ($($(module)_libc++),)
include external/libcxx/libcxx.mk
endif