Merge "Update sanitize property format" am: 0652728

am: 9ba3f6d

* commit '9ba3f6db392f0f9b25cc5b3ad03c984fdc76094f':
  Update sanitize property format

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