commit | bbd9c0e275b722306b6eae2706dab7e73337956d | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Mon Dec 11 16:06:02 2023 +0900 |
committer | Yi Kong <yikong@google.com> | Mon Dec 11 16:06:02 2023 +0900 |
tree | 341196dff54dba219e727949c34736c956ef5969 | |
parent | 717debf261c56ada8b7a40d623bf3558ce6aef01 [diff] |
Re-enable LTO for libdl_android The build breakage is now fixed by the current stable Clang, workaround is no longer needed. Test: presubmit Bug: 169004486 Change-Id: Ieb1e35b0dbafe0fbe47c23ff310c803bf697a664
diff --git a/libdl/Android.bp b/libdl/Android.bp index 762aeef..3bda856 100644 --- a/libdl/Android.bp +++ b/libdl/Android.bp
@@ -226,10 +226,6 @@ "//apex_available:platform", "com.android.runtime", ], - - lto: { - never: true, - }, } ndk_library {