Merge "Don't disable all sanitizers in liblog, just asan."

This commit is contained in:
Evgenii Stepanov 2017-01-24 23:00:54 +00:00 committed by Gerrit Code Review
commit f38ae34bbc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ cc_library {
srcs: liblog_target_sources,
// AddressSanitizer runtime library depends on liblog.
sanitize: {
never: true,
address: false,
},
},
android_arm: {