summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-10-03 16:06:01 -0700
committerChih-Hung Hsieh <chh@google.com>2014-10-03 16:08:49 -0700
commit90fc4a5a610b9ecaa8fa8ad36e08a0c207ad8b6e (patch)
treeee5e37d648c5a7a2b0d6306c476307290b31848f
parent2a8d00c9ce7472f1ab6279caa35d97dadafea58f (diff)
downloadchromium-90fc4a5a610b9ecaa8fa8ad36e08a0c207ad8b6e.tar.gz
Disable Clang compilation.
Before all the errors are fixed upstream, we disable Clang here to test first other AOSP projects. Change-Id: I12109cafdef6bbb3d54cb83fcc1448ff3e4236e3
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 15fe9306..e4630a37 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,6 +9,10 @@ include external/chromium/base/third_party/dmg_fp/Android.mk
include $(CLEAR_VARS)
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
+# There are many Clang compilation errors we do not have
+# time to fix before testing other project with Clang.
+LOCAL_CLANG := false
+
LOCAL_CPP_EXTENSION := .cc
LOCAL_MODULE := libchromium_net