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