blob: f2ee5210024c7a1640d5d30188af0e155e11d436 [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",
"libcutils",
"libhidl",
"libfootest",
"libhwbinder",
"liblog",
"libutils",
"android.hardware.tests.foo@1.0",
],
}