summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2024-03-21 03:34:14 +0000
committerYi Kong <yikong@google.com>2024-03-21 07:08:36 +0000
commit396ba73037ca0b6eb978302d31cb67773f3a4410 (patch)
treee125cbf1f3bbe972c50c43228fefe6067f3ba2be
parent3b10c7af393e9b4a7010aa46e7e715e4b1197e1d (diff)
downloadlibhwbinder-396ba73037ca0b6eb978302d31cb67773f3a4410.tar.gz
Revert "Disable thinLTO for libhwbinder for riscv"
This reverts commit 0747671564e71304240aa7f2f2512466abe0695f. The build no longer fails with ThinLTO, the workaround can be removed. Test: presubmit Bug: 254713216 Change-Id: I6144ecb5f5e8f465d4709bf0f90114ddc624fca8
-rw-r--r--Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index d512152..81effa1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -151,12 +151,4 @@ cc_defaults {
},
},
},
- arch: {
- // TODO(b/254713216): undefined symbol in BufferedTextOutput::getBuffer
- riscv64: {
- lto: {
- thin: false,
- },
- },
- },
}