diff options
author | Andreas Gampe <agampe@google.com> | 2019-01-02 21:18:12 +0000 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2019-01-02 21:18:12 +0000 |
commit | 597b3ac7491a329493e3ef9d13f17c1d1e8b2142 (patch) | |
tree | f67a4016995702af1cec2ab0556909bcfffd68e8 /sigchainlib | |
parent | 89b85843049043bfa82942e48f32ec80da73090d (diff) |
Revert "ART: Disable sanitization for sigchainlib"
This reverts commit 89b85843049043bfa82942e48f32ec80da73090d.
Reason for revert: All users have moved to Soong
Bug: 38456126
Change-Id: Ia2fb76ecf6cbb65231623602c722d1ad7b671ab1
Test: m
Diffstat (limited to 'sigchainlib')
-rw-r--r-- | sigchainlib/Android.bp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sigchainlib/Android.bp b/sigchainlib/Android.bp index 0c64b7df9f..08af254c2c 100644 --- a/sigchainlib/Android.bp +++ b/sigchainlib/Android.bp @@ -32,12 +32,6 @@ cc_library { shared_libs: ["liblog"], }, }, - // Sigchainlib is whole-statically linked into binaries. For Android.mk-based binaries, - // this will drag ASAN symbols into the binary, even for modules using LOCAL_SANITIZE := never. - // So disable sanitization for now. b/38456126 - sanitize: { - never: true, - }, } // Create a dummy version of libsigchain which expose the necessary symbols |