Re-enable LTO for libcodec2_hidl_client am: f9c22189d3 am: 5bde9ca7e6
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/24170834
Change-Id: I0664f2ebb868b32d2b21f8309d2bdb10af37d063
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/media/codec2/hal/hidl/1.1/utils/Android.bp b/media/codec2/hal/hidl/1.1/utils/Android.bp
index ed77a15..4f86511 100644
--- a/media/codec2/hal/hidl/1.1/utils/Android.bp
+++ b/media/codec2/hal/hidl/1.1/utils/Android.bp
@@ -52,12 +52,6 @@
"libstagefright_bufferpool@2.0.1",
"libui",
],
-
- // Device does not boot when global ThinLTO is enabled for this library.
- // http://b/170595429
- lto: {
- never: true,
- },
}
diff --git a/media/codec2/hal/hidl/1.2/utils/Android.bp b/media/codec2/hal/hidl/1.2/utils/Android.bp
index e4e4ad5..b92dc07 100644
--- a/media/codec2/hal/hidl/1.2/utils/Android.bp
+++ b/media/codec2/hal/hidl/1.2/utils/Android.bp
@@ -56,12 +56,6 @@
"libstagefright_bufferpool@2.0.1",
"libui",
],
-
- // Device does not boot when global ThinLTO is enabled for this library.
- // http://b/170595429
- lto: {
- never: true,
- },
}