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:
parent
906ff0ef9a
commit
a4958ab428
|
@ -149,10 +149,6 @@ cc_library {
|
|||
"//apex_available:platform",
|
||||
"com.android.runtime",
|
||||
],
|
||||
|
||||
lto: {
|
||||
never: true,
|
||||
},
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
Loading…
Reference in New Issue