commit | 0c590d71bd97558e8b456c1a0b74e53a9e5129af | [log] [tgz] |
---|---|---|
author | Pawan Wagh <waghpawan@google.com> | Tue Jun 06 22:24:24 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 06 22:24:24 2023 +0000 |
tree | 97d99c3e773935f78ed480793dfa78233edf2dd3 | |
parent | 1ff12cff1dc157d57585c100bd323f77ddb5bb74 [diff] | |
parent | 6b70c61c722abb8eb27e5639f2c5082ceb34a046 [diff] |
Merge "Remove leak detection options"
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index 41856f9..24fd2a6 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp
@@ -804,12 +804,5 @@ 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 }