aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2015-04-16 09:30:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-16 09:30:04 +0000
commitf296a7f3e709b957139f79763756fa581d81b0b8 (patch)
treec7e593fe738c692c6a557d2fa42580ebf92d5c33
parent0f4034c0b225564632dc7392b06031f26c424e10 (diff)
parent63f73c8ed7eb0ec775f43dc306ad9d422024fa31 (diff)
downloadjemalloc-f296a7f3e709b957139f79763756fa581d81b0b8.tar.gz
am 63f73c8e: am aa315d04: Do not build jemalloc with clang.
* commit '63f73c8ed7eb0ec775f43dc306ad9d422024fa31': Do not build jemalloc with clang.
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d1e2638..7c6fa2f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -79,6 +79,10 @@ lib_src_files := \
#-----------------------------------------------------------------------
include $(CLEAR_VARS)
+# Temporarily disable clang build for this project:
+# mips and arm64 do not compile with clang
+LOCAL_CLANG := false
+
LOCAL_MODULE := libjemalloc
LOCAL_MODULE_TAGS := optional