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

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

Merge "Turn off LTO for libvibratorservice_test as a workaround" am: fc20cdf5

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