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
 }