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

Commit dcacc670 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix fuzzer builds [#3]." into qt-dev-plus-aosp

parents 36637e45 c2049af0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -100,6 +100,10 @@ cc_defaults {
    lto: {
        thin: true,
    },
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
        fuzzer: false,
    },
}

cc_library_headers {