Re-enable LTO for libdl

The build breakage is now fixed by the current stable Clang, workaround
is no longer needed.

Test: presubmit
Bug: 169004486
Change-Id: Id8df8efeb9f4183921cbf75f1c51b1507bff1eb0
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
Yi Kong 2023-11-30 11:55:09 +09:00 committed by Fazil Sheik
parent 906ff0ef9a
commit a4958ab428
1 changed files with 0 additions and 4 deletions

View File

@ -149,10 +149,6 @@ cc_library {
"//apex_available:platform",
"com.android.runtime",
],
lto: {
never: true,
},
}
cc_library {