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

Commit 3f653fab authored by Aditya Kumar's avatar Aditya Kumar Committed by Automerger Merge Worker
Browse files

Merge "Disable thinlto in libbinder for riscv64 targets" am: 40ef86c9

parents 43f03d26 40ef86c9
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 {