Revert "Remove leak detection options"
This reverts commit 6b70c61c722abb8eb27e5639f2c5082ceb34a046.
Reason for revert: This options were not the issue for not receiving bugs from infra.
Change-Id: I6bb9572d9bd76bdcd260ac0a30fbac17f0cd681c
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp
index 24fd2a6..41856f9 100644
--- a/libs/binder/tests/Android.bp
+++ b/libs/binder/tests/Android.bp
@@ -804,5 +804,12 @@
cc_defaults {
name: "fuzzer_disable_leaks",
- //TODO(b/286112918) : Readd leak detection options
+ fuzz_config: {
+ asan_options: [
+ "detect_leaks=0",
+ ],
+ hwasan_options: [
+ "detect_leaks=0",
+ ],
+ },
}