blob: d3d53425a4b0820b0a5ea68890e323909c6b440f [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tv.cec@2.0-impl",
defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: ["HdmiCec.cpp"],
shared_libs: [
"libhidlbase",
"liblog",
"libbase",
"libutils",
"libhardware",
"android.hardware.tv.cec@2.0",
],
}
cc_binary {
name: "android.hardware.tv.cec@2.0-service",
vintf_fragments: ["android.hardware.tv.cec@2.0-service.xml"],
defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor: true,
init_rc: ["android.hardware.tv.cec@2.0-service.rc"],
srcs: ["service.cpp"],
shared_libs: [
"liblog",
"libcutils",
"libdl",
"libbase",
"libutils",
"libhardware_legacy",
"libhardware",
"libhidlbase",
"android.hardware.tv.cec@2.0",
],
}