mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 12:55:23 +00:00
Test: hidl_test Test: mma Merged-In: I808423c040099354513db0ad108210fcec17c8a7 Change-Id: I808423c040099354513db0ad108210fcec17c8a7
21 lines
346 B
Plaintext
21 lines
346 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",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.tests.pointer@1.0",
|
|
],
|
|
|
|
}
|