Merge "Update sanitize property format"

This commit is contained in:
Colin Cross 2016-04-19 22:42:04 +00:00 committed by Gerrit Code Review
commit 0652728e2a

View file

@ -56,7 +56,9 @@ cc_library {
android: { android: {
srcs: liblog_target_sources, srcs: liblog_target_sources,
// AddressSanitizer runtime library depends on liblog. // AddressSanitizer runtime library depends on liblog.
sanitize: ["never"], sanitize: {
never: true,
},
}, },
android_arm: { android_arm: {
// TODO: This is to work around b/24465209. Remove after root cause is fixed // TODO: This is to work around b/24465209. Remove after root cause is fixed