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

18 lines
335 B
Plaintext
Raw Normal View History

cc_library_shared {
name: "libpointertest",
srcs: [
"PointerHelper.cpp"
],
shared_libs: [
"libbase",
"libhidl",
"libhwbinder",
"liblog",
"android.hardware.tests.pointer@1.0",
],
local_include_dirs: ["include/hidl-test"],
export_include_dirs: ["include"],
}