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