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

Commit c739c300 authored by Mitch Phillips's avatar Mitch Phillips Committed by Gerrit Code Review
Browse files

Merge "Fix fuzzer builds [#3]."

parents 3dd44d19 3ca041da
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 {