diff options
author | 2023-12-11 16:08:40 +0900 | |
---|---|---|
committer | 2023-12-11 16:08:40 +0900 | |
commit | c0c011418292c952ed2d2f45f00033d2a503ae0d (patch) | |
tree | e5fdbc658b932d75cc9068187e5fedc0d2155cf3 /libs | |
parent | a62f09d25943a889405e47e8098b02321ce2b75d (diff) |
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
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hwui/Android.bp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index 21fa04027705..bb628469d73b 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -66,14 +66,6 @@ cc_defaults { "external/skia/src/core", ], - product_variables: { - eng: { - lto: { - never: true, - }, - }, - }, - target: { android: { include_dirs: [ |