commit | 15a05a77b4a2949c095e0f73da50a381348ccbac | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Sep 22 00:56:13 2020 +0800 |
committer | Yi Kong <yikong@google.com> | Tue Sep 29 17:24:04 2020 +0000 |
tree | 3ca727ac5010ef030d9b7061c536ffc120024aaa | |
parent | 07c85f1688182bec2aa21a2195997e7893ad6a4d [diff] [blame] |
No global ThinLTO for bionic There are multiple build breakages with bionic when we enable ThinLTO globally. Opt bionic out of ThinLTO for now. #global-thinlto-opt-out Test: TreeHugger Bug: 169004486 Change-Id: I546a8074f9c3e0ddbd01d3b7cd730e215e3c0c49
diff --git a/linker/Android.bp b/linker/Android.bp index 6c59cff..a8f2582 100644 --- a/linker/Android.bp +++ b/linker/Android.bp
@@ -427,6 +427,10 @@ "//apex_available:platform", "com.android.runtime", ], + + lto: { + never: true, + }, } cc_test {