Update sanitize property format

Change-Id: I81c299609ece7a1c7f27093f563d5df08efe989b
This commit is contained in:
Colin Cross 2016-04-07 13:30:22 -07:00
parent 1607ea64cb
commit 5d35ce649c
1 changed files with 3 additions and 1 deletions

View File

@ -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