Skip to content
Snippets Groups Projects
Commit c0c01141 authored by Yi Kong's avatar Yi Kong
Browse files

Remove LTO build speed workaround for libhwui

Since https://r.android.com/2856020, eng builds no longer perform costly
link time optimizations. The workaround that disables LTO build speed is
no longer necessary.

Test: presubmit
Change-Id: Ic76b7bb5866e8df4b19793aa06253910e5c5d384
parent a62f09d2
No related branches found
No related tags found
No related merge requests found
......@@ -66,14 +66,6 @@ cc_defaults {
"external/skia/src/core",
],
product_variables: {
eng: {
lto: {
never: true,
},
},
},
target: {
android: {
include_dirs: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment