Don't build init with clang for now
init doesn't start when built with clang. Set LOCAL_CLANG:=false until this is analyzed and fixed. Change-Id: I5a7944aef676ce88defe5c0449e712d9812fb5f3 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
This commit is contained in:
parent
c60836263e
commit
84e07fb7a4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue