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

Commit a79a34c8 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 am: 8614bf61

parents b18f6c96 8614bf61
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,
    },
}