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

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

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

am: dcacc670

Change-Id: I58827125032aecc67023e8d3b0fbe47b3d8dad59
parents 7105685e dcacc670
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 {