blob: ae15b6cc22bbabe087350370b5897152ed9d3b96 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
cc_defaults {
name: "tuner_service_defaults",
defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: [
"Filter.cpp",
"Frontend.cpp",
"Descrambler.cpp",
"Demux.cpp",
"Dvr.cpp",
"TimeFilter.cpp",
"Tuner.cpp",
"Lnb.cpp",
"service.cpp",
],
compile_multilib: "first",
shared_libs: [
"[email protected]",
"[email protected]",
"libcutils",
"libfmq",
"libhidlbase",
"libhidlmemory",
"libdmabufheap",
"liblog",
"libstagefright_foundation",
"libutils",
],
header_libs: [
"media_plugin_headers",
],
}
cc_binary {
name: "[email protected]",
vintf_fragments: ["[email protected]"],
defaults: ["tuner_service_defaults"],
init_rc: ["[email protected]"],
}
cc_binary {
name: "[email protected]",
vintf_fragments: ["[email protected]"],
overrides: ["[email protected]"],
defaults: ["tuner_service_defaults"],
init_rc: ["[email protected]"],
cflags: ["-DLAZY_SERVICE"],
}