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

Commit 50bae586 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...

Merge "Turn off LTO for libviabratorservice as a workaround" am: 660cd620 am: f2cee2b1 am: 304889b0 am: 33b3e0c0 am: 91c500cc

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2191798



Change-Id: I8305c7d5c30e71262747065351d67ec01714aa5e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 208f629e 91c500cc
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,
    },
}