aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-01-06 14:41:07 -0800
committerColin Cross <ccross@android.com>2016-04-21 16:42:08 -0700
commit16b234919080732f438598adc3a3ca5fe2456b88 (patch)
tree1e55a1a80cac5d1657dd4585cf37bd87751dbed5 /Android.bp
parent4a97cb432823899dfc70cd5a874409b353e08115 (diff)
downloadbuild_soong-16b234919080732f438598adc3a3ca5fe2456b88.tar.gz
build_soong-16b234919080732f438598adc3a3ca5fe2456b88.tar.bz2
build_soong-16b234919080732f438598adc3a3ca5fe2456b88.zip
Add support for sanitizer property
Add a new feature to cc modules that adds the cflags and libraries necessary to implement AddressSanitizer, ThreadSanitizer, and UndefinedBehaviorSanitizer. Change-Id: Ibe5ffadc7ece56080a2521f2c7c00da9ef712584
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b4928f8b..831b703f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -124,6 +124,7 @@ bootstrap_go_package {
"cc/cc.go",
"cc/clang.go",
"cc/gen.go",
+ "cc/sanitize.go",
"cc/stl.go",
"cc/toolchain.go",
"cc/util.go",