mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
18 lines
335 B
Plaintext
18 lines
335 B
Plaintext
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"],
|
|
|
|
}
|