Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 383b8a54 authored by AdityaK's avatar AdityaK Committed by Aditya Kumar
Browse files

Disable thinlto in libbinder for riscv64 targets

Bug: b/254713216

Change-Id: If31cd52d02b474d330692b425667bbbbfb82875d
parent 355cafc8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -287,6 +287,14 @@ cc_defaults {
    cflags: [
        "-DBINDER_WITH_KERNEL_IPC",
    ],
    arch: {
        // TODO(b/254713216): undefined symbol in BufferedTextOutput::getBuffer
        riscv64: {
            lto: {
                thin: false,
            },
        },
    },
}

cc_library {