Yifan Hong | d5b5b2e | 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", |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 9 | ], |
| 10 | |
| 11 | shared_libs: [ |
| 12 | "libbase", |
Yifan Hong | ebfa633 | 2016-10-14 10:41:41 -0700 | [diff] [blame^] | 13 | "libcutils", |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 14 | "libhidl", |
Yifan Hong | 30dc3de | 2016-10-17 11:38:15 -0700 | [diff] [blame] | 15 | "libfootest", |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 16 | "libhwbinder", |
| 17 | "liblog", |
| 18 | "libutils", |
| 19 | "android.hardware.tests.foo@1.0", |
| 20 | ], |
| 21 | |
| 22 | } |