summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2014-10-16 16:32:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-16 16:32:04 +0000
commit495c1c9d2f5871f55647acaa3d99d01612867777 (patch)
treea06a830ca2a5d0157b3de1278f392d9ff60825fd /init
parente4f3805b29e455edfb07d22b2130efa2ed05d76f (diff)
parent2d241ec8a86c56bbf8522eb007674d7b4e3d164d (diff)
downloadsystem_core-495c1c9d2f5871f55647acaa3d99d01612867777.zip
system_core-495c1c9d2f5871f55647acaa3d99d01612867777.tar.gz
system_core-495c1c9d2f5871f55647acaa3d99d01612867777.tar.bz2
am 2d241ec8: am 3a387176: Merge "Don\'t build init with clang for now"
* commit '2d241ec8a86c56bbf8522eb007674d7b4e3d164d': Don't build init with clang for now
Diffstat (limited to 'init')
-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)