blob: 0c91edb11a4a80bb740dbf75e13376982ecb14bd [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tests.pointer@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: [
"Graph.cpp",
"Pointer.cpp",
],
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"libpointertest",
"liblog",
"libutils",
"android.hardware.tests.pointer@1.0",
],
}