• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library {
2    name: "android.hardware.tests.libhwbinder@1.0-impl",
3    defaults: ["hidl_defaults"],
4    relative_install_path: "hw",
5    srcs: [
6        "Benchmark.cpp",
7        "ScheduleTest.cpp",
8    ],
9    shared_libs: [
10        "libcutils",
11        "libhidlbase",
12        "libhidltransport",
13        "libhwbinder",
14        "liblog",
15        "libutils",
16    ],
17    static_libs: ["android.hardware.tests.libhwbinder@1.0"],
18}
19