From 795bed9329ce36f7ce414ce38eb29d9ab34aa6ae Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Tue, 21 Feb 2017 16:13:01 -0800 Subject: [PATCH] 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 --- core/clang/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/clang/config.mk b/core/clang/config.mk index be43a26e56..d41c17f85f 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -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/ \