Cleanup: replace sanitize:never with address:false.

Bug: 33091541
Test: NFC
Change-Id: Iade6a1852e7b1f34e06c26ccadcc17bac5d81c14
This commit is contained in:
Evgenii Stepanov 2016-11-22 17:36:25 -08:00
parent 585fc3e554
commit bc232b9f34
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ cc_library {
native_coverage: bionic_coverage,
sanitize: {
never: true,
address: false,
},
stl: "none",
}