summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pawan Wagh <waghpawan@google.com> 2023-06-21 02:23:23 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-06-21 02:23:23 +0000
commit7c853f50a8dbbac170a0084082bdd09216d654fb (patch)
tree08ee4013c21dee8df25f7f4d43a310beb599d4d3
parented2140734e8a39bea45194ee86beaef1e44f69bd (diff)
parent9e2d296038cc84e507ac5adca95e42388f1350cf (diff)
Merge "Revert "Remove leak detection options""
-rw-r--r--libs/binder/tests/Android.bp9
1 files changed, 8 insertions, 1 deletions
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",
+ ],
+ },
}