1cc_test {
2    name: "hal_implementation_test",
3    srcs: ["hal_implementation_test.cpp"],
4    static_libs: [
5        "libaidlmetadata",
6        "libhidlmetadata",
7        "libhidl-gen-utils",
8    ],
9    shared_libs: [
10        "libbase",
11        "libvintf",
12    ],
13    test_suites: ["device-tests"],
14}
15