Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 1 | |
| 2 | |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 3 | cc_library { |
Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 4 | name: "android.hardware.tests.inheritance@1.0-impl", |
Steven Moreland | 691a455 | 2017-03-08 15:58:46 -0800 | [diff] [blame] | 5 | defaults: ["hidl_defaults"], |
Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 6 | relative_install_path: "hw", |
| 7 | srcs: [ |
| 8 | "Fetcher.cpp", |
| 9 | "Parent.cpp", |
| 10 | "Child.cpp", |
| 11 | ], |
| 12 | |
| 13 | shared_libs: [ |
| 14 | "libbase", |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 15 | "libcutils", |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 16 | "libhidlbase", |
| 17 | "libhidltransport", |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 18 | "libhwbinder", |
Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 19 | "liblog", |
| 20 | "libutils", |
Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 21 | ], |
| 22 | |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 23 | // These are static libs only for testing purposes and portability. Shared |
| 24 | // libs should be used on device. |
| 25 | static_libs: ["android.hardware.tests.inheritance@1.0"], |
| 26 | |
Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 27 | } |