blob: 7f98faee6bf6959ea9b08ec6d141bf0bf2a0dc98 [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: [
".",
],
}