commit | 16b234919080732f438598adc3a3ca5fe2456b88 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jan 06 14:41:07 2016 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Apr 21 16:42:08 2016 -0700 |
tree | 1e55a1a80cac5d1657dd4585cf37bd87751dbed5 | |
parent | 4a97cb432823899dfc70cd5a874409b353e08115 [diff] [blame] |
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
diff --git a/Android.bp b/Android.bp index b4928f8..831b703 100644 --- a/Android.bp +++ b/Android.bp
@@ -124,6 +124,7 @@ "cc/cc.go", "cc/clang.go", "cc/gen.go", + "cc/sanitize.go", "cc/stl.go", "cc/toolchain.go", "cc/util.go",