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

Commit 973ff48d authored by Hsin-Yi Chen's avatar Hsin-Yi Chen Committed by android-build-merger
Browse files

Add binderLibTest_IPC_32

am: 75be4a10

Change-Id: I1ad068367e6e3c0ddbf44825bbe4e1aadee1948a
parents 0a68b461 75be4a10
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -35,6 +35,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: [