blob: a2acd14a2c3acd4d9f8b55d9ffb6d0c8edd29515 [file] [log] [blame]
Yifan Hongdd39db02016-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",
8 "FooCallback.cpp",
9 "MyTypes.cpp",
10 "TheirTypes.cpp",
11 ],
12
13 shared_libs: [
14 "libbase",
15 "libhidl",
16 "libhwbinder",
17 "liblog",
18 "libutils",
19 "android.hardware.tests.foo@1.0",
20 ],
21
22}