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

Commit b147d314 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "binderDriverInterfaceTest: Add IBinder dependency" am: 1cf5d3f3 am: 6fdb8d77

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1686001

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

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