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

Commit 9503a301 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:...

Merge "Turn off LTO for libvibratorservice_test as a workaround" am: fc20cdf5 am: 8614bf61 am: a79a34c8 am: db605930

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



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