Merge "Don't disable all sanitizers in liblog, just asan."
am: f38ae34bbc
Change-Id: Id2b5cda15bad7dfc25c940b3eb1033cc92b309cc
This commit is contained in:
commit
dc9c27e5ec
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