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