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

Merged-In: I808423c040099354513db0ad108210fcec17c8a7
Change-Id: I808423c040099354513db0ad108210fcec17c8a7
2016-10-18 11:39:00 -07:00

23 lines
389 B
Plaintext

cc_library_shared {
name: "android.hardware.tests.foo@1.0-impl",
relative_install_path: "hw",
srcs: [
"Foo.cpp",
"FooCallback.cpp",
"MyTypes.cpp",
"TheirTypes.cpp",
],
shared_libs: [
"libbase",
"libhidl",
"libhwbinder",
"liblog",
"libutils",
"android.hardware.tests.foo@1.0",
],
}