Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 1 | |
| 2 | |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 3 | cc_library { |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 4 | name: "android.hardware.tests.foo@1.0-impl", |
Steven Moreland | 691a455 | 2017-03-08 15:58:46 -0800 | [diff] [blame] | 5 | defaults: ["hidl_defaults"], |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 6 | relative_install_path: "hw", |
| 7 | srcs: [ |
| 8 | "Foo.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", |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 14 | "libfootest", |
Yifan Hong | 63544ea | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 15 | "libhidlbase", |
| 16 | "libhidltransport", |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 17 | "libhwbinder", |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 18 | "liblog", |
| 19 | "libutils", |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 20 | ], |
| 21 | |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 22 | // These are static libs only for testing purposes and portability. Shared |
| 23 | // libs should be used on device. |
| 24 | static_libs: ["android.hardware.tests.foo@1.0"], |
| 25 | |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 26 | } |