Merge "Turn off LTO for libvibratorservice_test as a workaround" am: fc20cdf533 am: 8614bf61d3

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

Change-Id: I645fb44d9d8ef4fd12a83d90ba9155ae22f1c656
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/services/vibratorservice/test/Android.bp b/services/vibratorservice/test/Android.bp
index 3294724..adba3db 100644
--- a/services/vibratorservice/test/Android.bp
+++ b/services/vibratorservice/test/Android.bp
@@ -57,4 +57,9 @@
     static_libs: [
         "libgmock",
     ],
+    // FIXME: Workaround LTO build breakage
+    // http://b/241699694
+    lto: {
+        never: true,
+    },
 }