Merge "Don't disable all sanitizers in liblog, just asan."
This commit is contained in:
commit
f38ae34bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ cc_library {
|
|||
srcs: liblog_target_sources,
|
||||
// AddressSanitizer runtime library depends on liblog.
|
||||
sanitize: {
|
||||
never: true,
|
||||
address: false,
|
||||
},
|
||||
},
|
||||
android_arm: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue