Merge "Update sanitize property format"
am: 0652728
* commit '0652728e2aa101d066600e50f0c91555bd03bf92':
Update sanitize property format
Change-Id: Id697be990e9a42ad321fc9be885d88ae453ccfc8
This commit is contained in:
commit
9ba3f6db39
|
@ -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