am 2d241ec8: am 3a387176: Merge "Don\'t build init with clang for now"

* commit '2d241ec8a86c56bbf8522eb007674d7b4e3d164d':
  Don't build init with clang for now
This commit is contained in:
Chih-hung Hsieh 2014-10-16 16:32:04 +00:00 committed by Android Git Automerger
commit 495c1c9d2f

View file

@ -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)