Files
hardware_interfaces/tests/pointer/1.0/default/Android.bp
Yifan Hong dd39db0c86 add default implementation to android.hardware.tests.foo/bar/pointer@1.0
Test: hidl_test
Test: mma

Change-Id: I808423c040099354513db0ad108210fcec17c8a7
2016-10-17 17:50:11 -07:00

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",
],
}