mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Test: hidl_test passes Test: build with BOARD_VNDK_VERSION=current Bug: 63704014 Change-Id: Ia97be8b4d61236adfd964bf8e4fa632d99010b98
23 lines
414 B
Plaintext
23 lines
414 B
Plaintext
|
|
|
|
cc_library_shared {
|
|
name: "android.hardware.tests.pointer@1.0-impl",
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Graph.cpp",
|
|
"Pointer.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libpointertest",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.tests.pointer@1.0",
|
|
],
|
|
|
|
}
|