blob: 952f25dc3ffdf6b8e718dbb9bf7f097bc41cc9ed [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",
6 srcs: [
7 "Foo.cpp",
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07008 ],
9
10 shared_libs: [
11 "libbase",
Yifan Hongebfa6332016-10-14 10:41:41 -070012 "libcutils",
Yifan Hong63544ea2016-11-16 14:17:58 -080013 "libhidlbase",
14 "libhidltransport",
Yifan Hong30dc3de2016-10-17 11:38:15 -070015 "libfootest",
Yifan Hongd5b5b2e2016-10-06 13:50:49 -070016 "libhwbinder",
17 "liblog",
18 "libutils",
19 "android.hardware.tests.foo@1.0",
20 ],
21
22}