summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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