blob: 4615463c47bb3bf4eb465df69e45752648f57d0b [file] [log] [blame]
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07001
2
3cc_library_shared {
4 name: "android.hardware.tests.pointer@1.0-impl",
Steven Moreland691a4552017-03-08 15:58:46 -08005 defaults: ["hidl_defaults"],
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07006 relative_install_path: "hw",
Steven Moreland46c0b942017-01-12 13:33:16 -08007 proprietary: true,
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07008 srcs: [
9 "Graph.cpp",
10 "Pointer.cpp",
11 ],
12
13 shared_libs: [
14 "libbase",
Yifan Hong63544ea2016-11-16 14:17:58 -080015 "libhidlbase",
16 "libhidltransport",
Yifan Hong30dc3de2016-10-17 11:38:15 -070017 "libpointertest",
Yifan Hongd5b5b2e2016-10-06 13:50:49 -070018 "liblog",
19 "libutils",
20 "android.hardware.tests.pointer@1.0",
21 ],
22
23}