blob: 77379327deaeb06f1812cfbbf899ceebd47418e0 [file] [log] [blame]
Yifan Hong30dc3de2016-10-17 11:38:15 -07001cc_library_shared {
2 name: "libpointertest",
3 srcs: [
4 "PointerHelper.cpp"
5 ],
6
7 shared_libs: [
8 "libbase",
Yifan Hong63544ea2016-11-16 14:17:58 -08009 "libhidlbase",
10 "libhidltransport",
Yifan Hong30dc3de2016-10-17 11:38:15 -070011 "liblog",
12 "android.hardware.tests.pointer@1.0",
13 ],
14 local_include_dirs: ["include/hidl-test"],
15 export_include_dirs: ["include"],
16
17}