blob: 82d34a95cc54cecf1e9f3e32b2173d627f1a5d15 [file] [log] [blame]
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07001
2
3cc_library_shared {
4 name: "android.hardware.tests.bar@1.0-impl",
Steven Moreland691a4552017-03-08 15:58:46 -08005 defaults: ["hidl_defaults"],
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07006 relative_install_path: "hw",
7 srcs: [
8 "Bar.cpp",
9 "ImportTypes.cpp",
10 ],
11
12 shared_libs: [
13 "libbase",
Yifan Hongebfa6332016-10-14 10:41:41 -070014 "libcutils",
Yifan Hong63544ea2016-11-16 14:17:58 -080015 "libhidlbase",
16 "libhidltransport",
Yifan Hongd5b5b2e2016-10-06 13:50:49 -070017 "liblog",
18 "libutils",
19 "android.hardware.tests.foo@1.0",
20 "android.hardware.tests.bar@1.0",
21 ],
22
23}