blob: e30af1266afa6d87d9c90b939f71e929aa761fb5 [file] [log] [blame]
// This file is autogenerated by hidl-gen. Do not edit manually.
genrule {
name: "tests.vendor@1.0_genc++",
tools: ["hidl-gen"],
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -rtests:system/tools/hidl/test/ tests.vendor@1.0",
srcs: [
"IVendor.hal",
],
out: [
"tests/vendor/1.0/VendorAll.cpp",
],
}
genrule {
name: "tests.vendor@1.0_genc++_headers",
tools: ["hidl-gen"],
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -rtests:system/tools/hidl/test/ tests.vendor@1.0",
srcs: [
"IVendor.hal",
],
out: [
"tests/vendor/1.0/IVendor.h",
"tests/vendor/1.0/IHwVendor.h",
"tests/vendor/1.0/BnVendor.h",
"tests/vendor/1.0/BpVendor.h",
"tests/vendor/1.0/BsVendor.h",
],
}
cc_library_shared {
name: "tests.vendor@1.0",
generated_sources: ["tests.vendor@1.0_genc++"],
generated_headers: ["tests.vendor@1.0_genc++_headers"],
export_generated_headers: ["tests.vendor@1.0_genc++_headers"],
shared_libs: [
"libhidl",
"libhwbinder",
"libutils",
"libcutils",
],
export_shared_lib_headers: [
"libhidl",
"libhwbinder",
"libutils",
],
}