commit | 40ef86c97a0dda818ddbe75da45ffa6d204959a4 | [log] [tgz] |
---|---|---|
author | Aditya Kumar <appujee@google.com> | Thu Feb 02 00:10:02 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 02 00:10:02 2023 +0000 |
tree | c84f3da611ae65b1fb83c16fd9ca46ff716dd211 | |
parent | 5e053bba77456eb2624f9c8f8e4b96c118dedb97 [diff] | |
parent | 383b8a548fdb3b9503d523559346529abf0b0284 [diff] |
Merge "Disable thinlto in libbinder for riscv64 targets"
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 {