forked from openkylin/platform_build
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
This commit is contained in:
parent
b37e81d3cd
commit
2ce51fc365
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue