blob: 38561fd3e7301ac6f2942727908c4ea8401771e8 [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: "[email protected]",
defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: [
"CasImpl.cpp",
"DescramblerImpl.cpp",
"MediaCasService.cpp",
"service.cpp",
"SharedLibrary.cpp",
"TypeConvert.cpp",
],
compile_multilib: "prefer32",
shared_libs: [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"libbinder",
"libhidlbase",
"libhidlmemory",
"liblog",
"libutils",
],
header_libs: [
"libstagefright_foundation_headers",
"media_plugin_headers",
],
}
cc_binary {
name: "[email protected]",
vintf_fragments: ["[email protected]"],
defaults: ["[email protected]"],
init_rc: ["[email protected]"],
}
cc_binary {
name: "[email protected]",
vintf_fragments: ["[email protected]"],
overrides: ["[email protected]"],
defaults: ["[email protected]"],
init_rc: ["[email protected]"],
cflags: ["-DLAZY_SERVICE"],
}