commit | 2700afda04799dfa74611a6f9942c4fd6e578b8c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Sep 19 11:08:47 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Sep 19 18:18:23 2019 +0000 |
tree | c2daf231fe1b111da0368362bcd1becf2e6d85b9 | |
parent | b0e6033182d6397ad2248e924556f8411def278b [diff] |
aapt2: disable leak detection When building with SANATIZE_HOST=address and ASAN_OPTIONS="" in order to test that leaks are removed from AIDL, was hitting leaks here. Explicitly setting ASAN_OPTIONS here so that we can detect leaks in other host tools. Bug: 141312058 Test: AIDL's runtests_asan.sh Change-Id: Ibc599ab75bbf63eab1c7747d17952390a7967e87