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

Commit f2cee2b1 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "Turn off LTO for libviabratorservice as a workaround" am: 660cd620

parents 8674c8eb 660cd620
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -59,6 +59,12 @@ cc_library_shared {
        "-Wunreachable-code",
    ],

    // FIXME: Workaround LTO build breakage
    // http://b/241699694
    lto: {
        never: true,
    },

    local_include_dirs: ["include"],

    export_include_dirs: ["include"],
+0 −5
Original line number Diff line number Diff line
@@ -57,9 +57,4 @@ cc_test {
    static_libs: [
        "libgmock",
    ],
    // FIXME: Workaround LTO build breakage
    // http://b/241699694
    lto: {
        never: true,
    },
}