Files
hardware_interfaces/tests/pointer/1.0/default/Android.bp

24 lines
427 B
Plaintext
Raw Normal View History

cc_library_shared {
name: "android.hardware.tests.pointer@1.0-impl",
relative_install_path: "hw",
proprietary: true,
srcs: [
"Graph.cpp",
"Pointer.cpp",
],
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"libpointertest",
"libhwbinder",
"liblog",
"libutils",
"android.hardware.tests.pointer@1.0",
],
}