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

Commit 51fbe3a9 authored by Mitch Phillips's avatar Mitch Phillips Committed by android-build-merger
Browse files

Merge "Fix fuzzer builds [#3]."

am: c739c300

Change-Id: I4bc0856fc4d7cc9eed162135efcaa715f73ca0b0
parents 32112f05 c739c300
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -152,6 +152,10 @@ cc_library_shared {
    lto: {
        thin: true,
    },
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
        fuzzer: false,
    },
}

cc_binary {