commit | 0779f57760c7a3584abff26175ab09121121588b | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Thu Dec 01 02:23:13 2016 -0800 |
committer | Stephen Hines <srhines@google.com> | Thu Dec 01 02:23:13 2016 -0800 |
tree | 00c16917c379b43be7743ae83ee169268a43bf72 | |
parent | cf922ff804a00fab3bc81b418053eb5f595f1c58 [diff] [blame] |
Disable coverage sanitizer when address sanitizer is disabled on libm. Test: Built bullhead with SANITIZE_TARGET="address coverage". Change-Id: I9a8f9f42b3b8fdff6c5ff41ddd42a60c04f85a27
diff --git a/libm/Android.bp b/libm/Android.bp index b1d88d5..7489bfe 100644 --- a/libm/Android.bp +++ b/libm/Android.bp
@@ -528,6 +528,7 @@ native_coverage: bionic_coverage, sanitize: { address: false, + coverage: false, }, stl: "none", }