blob: 56b2a025bcbc5929348fe8247ff3ef3833ef7d05 [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_google_gfxstream_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_google_gfxstream_license"],
}
cc_library_static {
name: "gfxstream_renderControl_dec",
defaults: [ "gfxstream_defaults" ],
static_libs: [
"gfxstream_apigen_codec_common",
],
srcs: [
"renderControl_dec.cpp",
"renderControl_server_context.cpp",
],
}