blob: f1b9c82d78c9965943a9ba407ae59afc6bf7062b [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 "device_generic_goldfish-opengl_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["device_generic_goldfish-opengl_license"],
}
cc_library_shared {
name: "libcodec2_goldfish_hevcdec",
vendor: true,
defaults: [
"libcodec2_goldfish-defaults",
],
srcs: ["C2GoldfishHevcDec.cpp",
"GoldfishHevcHelper.cpp",
"MediaHevcDecoder.cpp",
],
shared_libs: [
"[email protected]",
"[email protected]",
"libgoldfish_codec2_store",
],
header_libs: [
"libgralloc_cb.ranchu",
],
static_libs: ["libhevcdec",
],
}