Yifan Hong | dd39db0 | 2016-10-06 13:50:49 -0700 | [diff] [blame^] | 1 | |
2 | |||||
3 | cc_library_shared { | ||||
4 | name: "android.hardware.tests.pointer@1.0-impl", | ||||
5 | relative_install_path: "hw", | ||||
6 | srcs: [ | ||||
7 | "Graph.cpp", | ||||
8 | "Pointer.cpp", | ||||
9 | ], | ||||
10 | |||||
11 | shared_libs: [ | ||||
12 | "libbase", | ||||
13 | "libhidl", | ||||
14 | "libhwbinder", | ||||
15 | "liblog", | ||||
16 | "libutils", | ||||
17 | "android.hardware.tests.pointer@1.0", | ||||
18 | ], | ||||
19 | |||||
20 | } |