mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
22 lines
372 B
Plaintext
22 lines
372 B
Plaintext
|
|
|
|
cc_library_shared {
|
|
name: "android.hardware.tests.pointer@1.0-impl",
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Graph.cpp",
|
|
"Pointer.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidl",
|
|
"libpointertest",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.tests.pointer@1.0",
|
|
],
|
|
|
|
}
|