diff options
| author | 2023-06-06 20:58:50 +0000 | |
|---|---|---|
| committer | 2023-06-06 20:58:50 +0000 | |
| commit | 6b70c61c722abb8eb27e5639f2c5082ceb34a046 (patch) | |
| tree | 97d99c3e773935f78ed480793dfa78233edf2dd3 | |
| parent | 1ff12cff1dc157d57585c100bd323f77ddb5bb74 (diff) | |
Remove leak detection options
Test: m wificond_service_fuzzer
Bug: 286112918
Change-Id: I966282acf504ee66548bb2a5e77df5ede103e345
| -rw-r--r-- | libs/binder/tests/Android.bp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index 41856f9b79..24fd2a6048 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp @@ -804,12 +804,5 @@ cc_defaults { cc_defaults { name: "fuzzer_disable_leaks", - fuzz_config: { - asan_options: [ - "detect_leaks=0", - ], - hwasan_options: [ - "detect_leaks=0", - ], - }, + //TODO(b/286112918) : Readd leak detection options } |