blob: 90295a9407dc5f4c901c7e078dbd0bb14198bcf0 [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tests.foo@1.0-impl",
relative_install_path: "hw",
srcs: [
"Foo.cpp",
"FooCallback.cpp",
],
shared_libs: [
"libbase",
"libhidl",
"libhwbinder",
"liblog",
"libutils",
"android.hardware.tests.foo@1.0",
],
}