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

Commit 9f96784a authored by Aditya Kumar's avatar Aditya Kumar Committed by Automerger Merge Worker
Browse files

Merge "Revert "Disable thinlto in libbinder for riscv64 targets"" am: 8c93203b am: e3bb609b

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

cc_library {