blob: a2acd14a2c3acd4d9f8b55d9ffb6d0c8edd29515 [file] [log] [blame]
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",
],
}