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

Commit 41f18eab 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 am: 3f653fab

parents 2d449b5f 3f653fab
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -287,6 +287,14 @@ cc_defaults {
    cflags: [
    cflags: [
        "-DBINDER_WITH_KERNEL_IPC",
        "-DBINDER_WITH_KERNEL_IPC",
    ],
    ],
    arch: {
        // TODO(b/254713216): undefined symbol in BufferedTextOutput::getBuffer
        riscv64: {
            lto: {
                thin: false,
            },
        },
    },
}
}


cc_library {
cc_library {