blob: 86df6ae45e0df688c988e761362f0225dd4cda63 [file] [log] [blame]
package {
default_applicable_licenses: ["hardware_google_gfxstream_license"],
}
cc_library_static {
name: "libgfxstream_host_magma_dec",
defaults: [ "gfxstream_defaults" ],
static_libs: [
"libgfxstream_host_apigen_codec_common",
],
srcs: [
"magma_dec.cpp",
"magma_server_context.cpp",
],
export_include_dirs: [
".",
],
}