blob: 82d34a95cc54cecf1e9f3e32b2173d627f1a5d15 [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tests.bar@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: [
"Bar.cpp",
"ImportTypes.cpp",
],
shared_libs: [
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
"android.hardware.tests.foo@1.0",
"android.hardware.tests.bar@1.0",
],
}