blob: ba2081e779efe2ef933f375c6d211e8fbdc302ed [file] [log] [blame]
cc_library {
name: "libfootest",
defaults: ["hidl_defaults"],
srcs: [
"FooHelper.cpp"
],
shared_libs: [
"libcutils",
"libhidlbase",
"liblog",
],
static_libs: ["android.hardware.tests.foo@1.0"],
local_include_dirs: ["include/hidl-test"],
export_include_dirs: ["include"],
}