Re-enable LTO for linker
The build breakage is now fixed by the current stable Clang, workaround is no longer needed. Test: presubmit Change-Id: Ice2863844ff886f503d50fa7a006cde78d16492d
This commit is contained in:
parent
4195a49880
commit
260625942f
1 changed files with 0 additions and 4 deletions
|
@ -502,10 +502,6 @@ cc_library {
|
|||
"//apex_available:platform",
|
||||
"com.android.runtime",
|
||||
],
|
||||
|
||||
lto: {
|
||||
never: true,
|
||||
},
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
Loading…
Reference in a new issue