blob: d3d53425a4b0820b0a5ea68890e323909c6b440f [file] [log] [blame]
cc_library_shared {
name: "[email protected]",
defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: ["HdmiCec.cpp"],
shared_libs: [
"libhidlbase",
"liblog",
"libbase",
"libutils",
"libhardware",
"[email protected]",
],
}
cc_binary {
name: "[email protected]",
vintf_fragments: ["[email protected]"],
defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor: true,
init_rc: ["[email protected]"],
srcs: ["service.cpp"],
shared_libs: [
"liblog",
"libcutils",
"libdl",
"libbase",
"libutils",
"libhardware_legacy",
"libhardware",
"libhidlbase",
"[email protected]",
],
}