blob: a7203c7a98ea58bcb2ac36fd86b3936f65437bb0 [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 "libhwbinder",
12 "liblog",
13 "android.hardware.tests.pointer@1.0",
14 ],
15 local_include_dirs: ["include/hidl-test"],
16 export_include_dirs: ["include"],
17
18}