From 9e2d296038cc84e507ac5adca95e42388f1350cf Mon Sep 17 00:00:00 2001 From: Pawan Wagh Date: Tue, 20 Jun 2023 23:43:24 +0000 Subject: 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 --- libs/binder/tests/Android.bp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index 24fd2a6048..41856f9b79 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp @@ -804,5 +804,12 @@ cc_defaults { 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", + ], + }, } -- cgit v1.2.3