commit | fca1c7f7f97c1e7ea5d2a00ff4390f6aa8471fd9 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Mon Aug 08 03:13:43 2022 +0800 |
committer | Yi Kong <yikong@google.com> | Mon Aug 08 03:13:43 2022 +0800 |
tree | 77a8608be9c81f265331b1484e7fc65152790b93 | |
parent | 2a2071242b50626ea931c116279b93b7d4076b5e [diff] |
Turn off LTO for libvibratorservice_test as a workaround Test: GLOBAL_THINLTO=true m Bug: 241699694 Change-Id: I661f214fb0eecaf00168247f9020a12dbe9cc157
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, + }, }