blob: ba66f94ebd3b35366a876dd844df5a4a17250656 [file] [log] [blame]
// This file is autogenerated by hidl-gen. Do not edit manually.
genrule {
name: "android.hardware.graphics.common@1.0_genc++",
tool: "hidl-gen",
cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.graphics.common@1.0",
srcs: [
"types.hal",
],
out: [
"android/hardware/graphics/common/1.0/types.cpp",
],
}
genrule {
name: "android.hardware.graphics.common@1.0_genc++_headers",
tool: "hidl-gen",
cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.graphics.common@1.0",
srcs: [
"types.hal",
],
out: [
"android/hardware/graphics/common/1.0/types.h",
],
}
cc_library_shared {
name: "android.hardware.graphics.common@1.0",
generated_sources: ["android.hardware.graphics.common@1.0_genc++"],
generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"],
shared_libs: [
"libhidl",
"libhwbinder",
"libutils",
"libcutils",
],
export_shared_lib_headers: [
"libhidl",
"libhwbinder",
"libutils",
],
}