summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2014-10-16 16:22:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-10-16 16:22:03 +0000
commit3a3871769130428bc1b8f3de03be7231750e1b82 (patch)
tree5e5600139c51767ff16a9d0b7adb2105cfc72a20
parent7979f1ce5fd771aa9814ef7390f290201ae0790d (diff)
parent84e07fb7a4a5be03193c750e4332dda54a7ecafb (diff)
downloadsystem_core-3a3871769130428bc1b8f3de03be7231750e1b82.zip
system_core-3a3871769130428bc1b8f3de03be7231750e1b82.tar.gz
system_core-3a3871769130428bc1b8f3de03be7231750e1b82.tar.bz2
Merge "Don't build init with clang for now"
-rw-r--r--init/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/init/Android.mk b/init/Android.mk
index 489dc93..72c2272 100644
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -33,6 +33,10 @@ endif
LOCAL_MODULE:= init
+# Currently, init doesn't start when built with clang.
+# Needs further investigation.
+LOCAL_CLANG := false
+
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_UNSTRIPPED)