Merge "Don't build init with clang for now"
This commit is contained in:
commit
3a38717691
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue