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

Commit 660cd620 authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

Merge "Turn off LTO for libviabratorservice as a workaround"

parents 6cf13233 c0b982f4
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,
    },
}