Spracherkennung für: .bp vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
package {
// See:
http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "device_generic_goldfish-opengl_license"
// to get the below license kinds:
// SPDX-license-identifier-BSD
default_applicable_licenses: ["device_generic_goldfish_license"],
}
cc_library_headers {
name: "GoldfishComponentStoreFactory",
vendor_available: true,
export_include_dirs: ["include"],
defaults: [
"libcodec2-impl-defaults",
],
}
cc_binary {
name: "android.hardware.media.c2-service-goldfish",
defaults: [
"libcodec2-aidl-V2-defaults",
"libcodec2-impl-defaults",
],
vendor: true,
relative_install_path: "hw",
srcs: [
"GoldfishComponentStore.cpp",
"service.cpp",
],
init_rc: ["android.hardware.media.c2-service-goldfish.rc"],
vintf_fragments: ["android.hardware.media.c2-service-goldfish.xml"],
static_libs: [
"libcodec2_goldfish_common",
"libcodec2_goldfish_avcdec",
"libcodec2_goldfish_hevcdec",
"libcodec2_goldfish_vpxdec",
],
shared_libs: [
"android.hardware.graphics.allocator@
3.
0",
"android.hardware.graphics.mapper@
3.
0",
"libavservices_minijail",
"libbase",
"libcutils",
"libdrm",
"liblog",
"libsfplugin_ccodec_utils",
"libstagefright_foundation",
"libutils",
"libvpx",
],
header_libs: [
"GoldfishComponentStoreFactory",
"libdebug.ranchu",
],
cflags: [
"-DLOG_TAG=\"android.hardware.media.c2-service-goldfish\"",
],
required: [
"android.hardware.media.c2-default-seccomp_policy",
],
}