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:
Bernhard Rosenkraenzer 2014-10-04 01:34:55 +02:00
parent c60836263e
commit 84e07fb7a4
1 changed files with 4 additions and 0 deletions

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)