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