commit | 428236614abfa5353bb021d145bb555fa08a1efc | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Thu May 12 13:07:17 2016 -0700 |
committer | Evgenii Stepanov <eugenis@google.com> | Thu Jun 30 22:49:17 2016 +0000 |
tree | 8c353694e4254863eb2bc43590a5be09ce2048ef | |
parent | 55d4a46f6da08b248a467097d56a2762d47d7043 [diff] |
Add LOCAL_NOSANITIZE. This can be used to selectively disable individual sanitizers on a target. For example, some parts of libc should be built with SafeStack (when requested with SANITIZE_TARGET), but never with AddressSanitizer. Current build rules specify LOCAL_SANITIZE := never to disable AddressSanitizer; the idea is to change that to LOCAL_NOSANITIZE := address thread. Bug: 27729263 Change-Id: I2b770f2ce3faf6ad6798792327e96adb86fe4a4f