Yifan Hong | dd39db0 | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 1 | |
2 | |||||
3 | cc_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 | } |