Update sanitize property format
Change-Id: I81c299609ece7a1c7f27093f563d5df08efe989b
This commit is contained in:
parent
1607ea64cb
commit
5d35ce649c
|
@ -56,7 +56,9 @@ cc_library {
|
|||
android: {
|
||||
srcs: liblog_target_sources,
|
||||
// AddressSanitizer runtime library depends on liblog.
|
||||
sanitize: ["never"],
|
||||
sanitize: {
|
||||
never: true,
|
||||
},
|
||||
},
|
||||
android_arm: {
|
||||
// TODO: This is to work around b/24465209. Remove after root cause is fixed
|
||||
|
|
Loading…
Reference in New Issue