blob: f4a80d54b82cc0e5b3d4b29f049e8b2153288cca [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tests.foo@1.0-impl",
relative_install_path: "hw",
proprietary: true,
srcs: [
"Foo.cpp",
],
shared_libs: [
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libfootest",
"libhwbinder",
"liblog",
"libutils",
"android.hardware.tests.foo@1.0",
],
}