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

Commit 2bd2d9f6 authored by Hsin-Yi Chen's avatar Hsin-Yi Chen Committed by Keun Soo Yim
Browse files

Add target binderDriverInterfaceTest_IPC_32

Add the target binderDriverInterfaceTest_IPC_32 which tests 32-bit
kernel and is independent from product_variables.

Bug: 62124459
Test: vts-tradefed run commandAndExit vts -m VtsKernelBinderTest
Merged-In: Ifad9ef24c35060179650955e24d1f046af7b7385
Change-Id: Ifad9ef24c35060179650955e24d1f046af7b7385
(cherry picked from commit 6929575a)
(cherry picked from commit 9c3e7594)
parent d7e46ddd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -14,6 +14,13 @@
// limitations under the License.
//

cc_test {
    name: "binderDriverInterfaceTest_IPC_32",
    srcs: ["binderDriverInterfaceTest.cpp"],
    compile_multilib: "32",
    cflags: ["-DBINDER_IPC_32BIT=1"],
}

cc_test {
    product_variables: {
        binder32bit: {