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/libm/Android.bp b/libm/Android.bp index 318a4bc..7f96975 100644 --- a/libm/Android.bp +++ b/libm/Android.bp
@@ -506,6 +506,10 @@ "//apex_available:platform", "com.android.runtime", ], + + lto: { + never: true, + }, } ndk_library {