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.pointer@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 | "Graph.cpp", |
| 9 | "Pointer.cpp", |
| 10 | ], |
| 11 | |
| 12 | shared_libs: [ |
| 13 | "libbase", |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -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 | 30dc3de | 2016-10-17 11:38:15 -0700 | [diff] [blame] | 18 | "libpointertest", |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 19 | "liblog", |
| 20 | "libutils", |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -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.pointer@1.0"], |
| 26 | |
Yifan Hong | d5b5b2e | 2016-10-06 13:50:49 -0700 | [diff] [blame] | 27 | } |