From 82c78c544591e3fe0634fbc76639b9349fd739b3 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 3 Aug 2016 10:42:10 -0700 Subject: [PATCH] Allow some bionic tests to compile with gcc. bionic/tests has some test cases compiled with both gcc and clang. Bug: 30575506 Change-Id: I68576a931021089ecc6b9c9d14ef0b3e3cf05e2d Test: build and find new warning in build.log --- core/clang/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/clang/config.mk b/core/clang/config.mk index e47c36a52..dbdfa6124 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -145,6 +145,7 @@ endif # A list of projects that are allowed to set LOCAL_CLANG to false. LOCAL_CLANG_EXCEPTION_PROJECTS := \ + bionic/tests/ \ device/huawei/angler/ \ device/lge/bullhead/ \ external/valgrind/ \