blob: f4a80d54b82cc0e5b3d4b29f049e8b2153288cca [file] [log] [blame]
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07001
2
3cc_library_shared {
4 name: "android.hardware.tests.foo@1.0-impl",
5 relative_install_path: "hw",
Steven Moreland46c0b942017-01-12 13:33:16 -08006 proprietary: true,
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07007 srcs: [
8 "Foo.cpp",
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07009 ],
10
11 shared_libs: [
12 "libbase",
Yifan Hongebfa6332016-10-14 10:41:41 -070013 "libcutils",
Yifan Hong63544ea2016-11-16 14:17:58 -080014 "libhidlbase",
15 "libhidltransport",
Yifan Hong30dc3de2016-10-17 11:38:15 -070016 "libfootest",
Yifan Hongd5b5b2e2016-10-06 13:50:49 -070017 "libhwbinder",
18 "liblog",
19 "libutils",
20 "android.hardware.tests.foo@1.0",
21 ],
22
23}