Files
hardware_interfaces/tests/foo/1.0/default/Android.bp
Yifan Hong ebfa633103 Add interface methods for testing vec<handle>.
Test: hidl_test
Bug: 32160974
Change-Id: I7eda1650fcf8d58778b2aad97a5bd62afc95bc36
2016-10-31 12:02:35 +00:00

23 lines
383 B
Plaintext

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