commit | df10e08ebe6053cec71a7db25e26f45987108894 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Aug 16 12:11:49 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 16 12:11:49 2024 +0000 |
tree | f7a8f33a37723afa5dd83df0f64059cd7d4a7d24 | |
parent | 4530e56f03f59b4fa84f0975874b2d9a4e9c91f2 [diff] | |
parent | 427504a0e3cafa615f0991c9af6a1d029a0c479c [diff] |
Merge "Disable LTO for cc libraries passed to rustc" into main
diff --git a/libc/Android.bp b/libc/Android.bp index 64785a5..b6e65ac 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -2227,6 +2227,12 @@ visibility: [ "//packages/modules/Virtualization/libs/libvmbase", ], + + // b/358211032: This library gets linked into a rust rlib. Disable LTO + // until cross-language lto is supported. + lto: { + never: true, + }, } // ========================================================