From 3ea1e51ebe96a03ceb208b93a799c34c7dd1bc4e Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 3 Aug 2016 11:39:02 -0700 Subject: [PATCH] Allow late binding of LOCAL_CLANG_EXCEPTION_PROJECTS. * INTERNAL_LOCAL_CLANG_EXCEPTION_PROJECTS is defined later in other config.mk. Bug: 30575506 Test: build and find new warning in build.log Change-Id: If5341a856d1792add38c80a15b8deae39f156138 --- core/clang/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/clang/config.mk b/core/clang/config.mk index dbdfa61244..b31e419ffe 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -144,7 +144,8 @@ FORCE_BUILD_LLVM_COMPONENTS := true endif # A list of projects that are allowed to set LOCAL_CLANG to false. -LOCAL_CLANG_EXCEPTION_PROJECTS := \ +# INTERNAL_LOCAL_CLANG_EXCEPTION_PROJECTS is defined later in other config.mk. +LOCAL_CLANG_EXCEPTION_PROJECTS = \ bionic/tests/ \ device/huawei/angler/ \ device/lge/bullhead/ \