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

Commit b69fd672 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Disable the new pass manager for libhwui" am: 3268a5ec am: 9a283f69 am: 9c43003e

am: 3917055f

Change-Id: Iffd9d3d3861f9ad0b23cd9a4ddf726c9a44b2c1f
parents 11c0ef2c 3917055f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -28,6 +28,11 @@ cc_defaults {

        // clang's warning is broken, see: https://llvm.org/bugs/show_bug.cgi?id=21629
        "-Wno-missing-braces",

        // Clang is producing non-determistic binary when the new pass manager is
        // enabled. Disable the new PM as a temporary workaround.
        // b/142372146
        "-fno-experimental-new-pass-manager",
    ],

    include_dirs: [