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

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

Merge "Turn off LTO for libvibratorservice_test as a workaround"

parents a417e313 fca1c7f7
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,
    },
}