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