commit | cdaebbc23796d413f9563402a45493214f232c4d | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Tue Nov 29 14:13:20 2016 -0800 |
committer | Evgenii Stepanov <eugenis@google.com> | Tue Nov 29 14:42:43 2016 -0800 |
tree | 02172bd7b417300a84f17151db561f8c351d2049 | |
parent | 04d995d2adf440f9971aa261bb7ef8cac79eb52d [diff] |
Allow sanitization of jemalloc. Nosanitize was necessary to avoid linking sanitized jemalloc to libc, which is a dependency of the asan runtime library, thus creating a dependency loop. This is no longer a problem since libc is built with soong which automatically suppresses sanitization as appropriate. Bug: 33091541 Test: SANITIZE_TARGET=address keeps working Change-Id: Ib15ab4daa4b0079a4fd77bea70cbc714005a9d39