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

Commit fca1c7f7 authored by Yi Kong's avatar Yi Kong
Browse files

Turn off LTO for libvibratorservice_test as a workaround

Test: GLOBAL_THINLTO=true m
Bug: 241699694
Change-Id: I661f214fb0eecaf00168247f9020a12dbe9cc157
parent 2a207124
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,
    },
}