forked from openkylin/platform_build
clang: Allow LOCAL_CLANG exception for device/google/contexthub project
It is built by non-eabi gcc Bug: 35666637 Test: Manual Change-Id: I10b4364b66f6cad907b1271250506500aeb11fd5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
1e8c34b95f
commit
795bed9329
|
@ -72,6 +72,7 @@ COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES := libcompiler_rt-extras
|
|||
# INTERNAL_LOCAL_CLANG_EXCEPTION_PROJECTS is defined later in other config.mk.
|
||||
LOCAL_CLANG_EXCEPTION_PROJECTS = \
|
||||
bionic/tests/ \
|
||||
device/google/contexthub/ \
|
||||
device/huawei/angler/ \
|
||||
device/lge/bullhead/ \
|
||||
external/gentoo/integration/ \
|
||||
|
|
Loading…
Reference in New Issue