Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00f3207f authored by Pawan Wagh's avatar Pawan Wagh Committed by Gerrit Code Review
Browse files

Merge changes from topic "disable_leaks"

* changes:
  Disable leaks in libsenorserviceaidl_fuzzer
  Adding cc_defaults to disable leaks
parents e66bfdb5 530c25b4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -792,3 +792,15 @@ cc_defaults {
        hotlists: ["4637097"],
    },
}

cc_defaults {
    name: "fuzzer_disable_leaks",
    fuzz_config: {
        asan_options: [
            "detect_leaks=0",
        ],
        hwasan_options: [
            "detect_leaks=0",
        ],
    },
}
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ cc_fuzz {
    name: "libsensorserviceaidl_fuzzer",
    defaults: [
        "service_fuzzer_defaults",
        "fuzzer_disable_leaks",
    ],
    host_supported: true,
    static_libs: [