summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pawan Wagh <waghpawan@google.com> 2023-06-06 22:24:24 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-06-06 22:24:24 +0000
commit0c590d71bd97558e8b456c1a0b74e53a9e5129af (patch)
tree97d99c3e773935f78ed480793dfa78233edf2dd3
parent1ff12cff1dc157d57585c100bd323f77ddb5bb74 (diff)
parent6b70c61c722abb8eb27e5639f2c5082ceb34a046 (diff)
Merge "Remove leak detection options"
-rw-r--r--libs/binder/tests/Android.bp9
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
}