blob: c2c2309bb836b358255b10b4a0c32a50da58c0d4 [file] [log] [blame]
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07001
2
3cc_library_shared {
4 name: "android.hardware.tests.bar@1.0-impl",
5 relative_install_path: "hw",
6 srcs: [
7 "Bar.cpp",
8 "ImportTypes.cpp",
9 ],
10
11 shared_libs: [
12 "libbase",
Yifan Hongebfa6332016-10-14 10:41:41 -070013 "libcutils",
Yifan Hongd5b5b2e2016-10-06 13:50:49 -070014 "libhidl",
15 "libhwbinder",
16 "liblog",
17 "libutils",
18 "android.hardware.tests.foo@1.0",
19 "android.hardware.tests.bar@1.0",
20 ],
21
22}