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.bar@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 | "Bar.cpp", |
| 9 | "ImportTypes.cpp", |
| 10 | ], |
| 11 | |
| 12 | shared_libs: [ |
| 13 | "libbase", |
Yifan Hong | ebfa633 | 2016-10-14 10:41:41 -0700 | [diff] [blame] | 14 | "libcutils", |
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", |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame] | 20 | ], |
| 21 | |
| 22 | // These are static libs only for testing purposes and portability. Shared |
| 23 | // libs should be used on device. |
| 24 | static_libs: [ |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 25 | "android.hardware.tests.foo@1.0", |
| 26 | "android.hardware.tests.bar@1.0", |
| 27 | ], |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 28 | } |