blob: 7873203f2017bc404471f747c84c5e8e66e2e636 [file] [log] [blame]
cc_library_shared {
name: "libfootest",
srcs: [
"FooHelper.cpp"
],
shared_libs: [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"android.hardware.tests.foo@1.0",
],
local_include_dirs: ["include/hidl-test"],
export_include_dirs: ["include"],
}