commit | 383b8a548fdb3b9503d523559346529abf0b0284 | [log] [tgz] |
---|---|---|
author | AdityaK <appujee@google.com> | Tue Jan 17 21:04:10 2023 -0800 |
committer | Aditya Kumar <appujee@google.com> | Wed Feb 01 18:39:55 2023 +0000 |
tree | 0066a371a26ac27814681f99b239e33749b8b16e | |
parent | 355cafc8050251f10e66a26f54e76b5e8c0c9971 [diff] |
Disable thinlto in libbinder for riscv64 targets Bug: b/254713216 Change-Id: If31cd52d02b474d330692b425667bbbbfb82875d
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index cebaf17..eb130de 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp
@@ -287,6 +287,14 @@ cflags: [ "-DBINDER_WITH_KERNEL_IPC", ], + arch: { + // TODO(b/254713216): undefined symbol in BufferedTextOutput::getBuffer + riscv64: { + lto: { + thin: false, + }, + }, + }, } cc_library {