From 2ce51fc365c1e7c9e3d2ec8f6c22d35ab453579e Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 11 Oct 2016 15:36:04 -0700 Subject: [PATCH] Remove valgrind from the exception list. Now valgrind is built with clang/llvm for the host and all supported targets. Bug: 28454823 Test: build Change-Id: Icb4bb7626a79aa309cec2b396cbd8f155895c901 --- core/clang/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/clang/config.mk b/core/clang/config.mk index c2a0bf486..72e687ce4 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -145,7 +145,6 @@ LOCAL_CLANG_EXCEPTION_PROJECTS = \ device/huawei/angler/ \ device/lge/bullhead/ \ external/gentoo/integration/ \ - external/valgrind/ \ hardware/qcom/ \ $(INTERNAL_LOCAL_CLANG_EXCEPTION_PROJECTS)