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

Commit 4e419d8a authored by Yifan Hong's avatar Yifan Hong
Browse files

binderDriverInterfaceTest: Add IBinder dependency

It was including IBinder from global includes. Use
libbinder_headers instead.

Test: pass
Bug: 186266747
Change-Id: If225fed0cdd5aa6479a5d837c7dbdcb0a5fdd4c8
parent 63674d59
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"],
}