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

Commit 91c500cc 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

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



Change-Id: Ibe0f2dc037f895cad6c57348ae5cc48b386fe36a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f038d46c 33b3e0c0
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,
    },
}