Merge "Update sanitize property format"

am: 0652728

* commit '0652728e2aa101d066600e50f0c91555bd03bf92':
  Update sanitize property format

Change-Id: Id697be990e9a42ad321fc9be885d88ae453ccfc8
This commit is contained in:
Colin Cross 2016-04-19 22:47:51 +00:00 committed by android-build-merger
commit 9ba3f6db39
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