Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d241ec8 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Android Git Automerger
Browse files

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

* commit '3a387176':
  Don't build init with clang for now
parents 07f1300c 3a387176
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)