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

Commit f9439589 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add binderLibTest_IPC_32" into oreo-vts-dev

parents 9d332a71 16b0c242
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -42,6 +42,23 @@ cc_test {
}

cc_test {
    name: "binderLibTest_IPC_32",
    srcs: ["binderLibTest.cpp"],
    shared_libs: [
        "libbinder",
        "libutils",
    ],
    compile_multilib: "32",
    cflags: ["-DBINDER_IPC_32BIT=1"],
}

cc_test {
    product_variables: {
        binder32bit: {
            cflags: ["-DBINDER_IPC_32BIT=1"],
        },
    },

    name: "binderLibTest",
    srcs: ["binderLibTest.cpp"],
    shared_libs: [