Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 1 | |
| 2 | |
| 3 | cc_library_shared { |
| 4 | name: "android.hardware.tests.inheritance@1.0-impl", |
| 5 | relative_install_path: "hw", |
| 6 | srcs: [ |
| 7 | "Fetcher.cpp", |
| 8 | "Parent.cpp", |
| 9 | "Child.cpp", |
| 10 | ], |
| 11 | |
| 12 | shared_libs: [ |
| 13 | "libbase", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 14 | "libhidlbase", |
| 15 | "libhidltransport", |
Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 16 | "libhwbinder", |
| 17 | "liblog", |
| 18 | "libutils", |
| 19 | "android.hardware.tests.inheritance@1.0", |
| 20 | ], |
| 21 | |
| 22 | } |