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

Commit 1cf5d3f3 authored by Yifan Hong's avatar Yifan Hong Committed by Gerrit Code Review
Browse files

Merge "binderDriverInterfaceTest: Add IBinder dependency"

parents 379dbd1c 4e419d8a
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -35,6 +35,7 @@ cc_test {
    name: "binderDriverInterfaceTest_IPC_32",
    name: "binderDriverInterfaceTest_IPC_32",
    defaults: ["binder_test_defaults"],
    defaults: ["binder_test_defaults"],
    srcs: ["binderDriverInterfaceTest.cpp"],
    srcs: ["binderDriverInterfaceTest.cpp"],
    header_libs: ["libbinder_headers"],
    compile_multilib: "32",
    compile_multilib: "32",
    multilib: { lib32: { suffix: "" } },
    multilib: { lib32: { suffix: "" } },
    cflags: ["-DBINDER_IPC_32BIT=1"],
    cflags: ["-DBINDER_IPC_32BIT=1"],
@@ -49,7 +50,7 @@ cc_test {
            cflags: ["-DBINDER_IPC_32BIT=1"],
            cflags: ["-DBINDER_IPC_32BIT=1"],
        },
        },
    },
    },

    header_libs: ["libbinder_headers"],
    srcs: ["binderDriverInterfaceTest.cpp"],
    srcs: ["binderDriverInterfaceTest.cpp"],
    test_suites: ["device-tests", "vts"],
    test_suites: ["device-tests", "vts"],
}
}