• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["hardware_google_gfxstream_license"],
3}
4
5cc_library_static {
6    name: "libgfxstream_host_magma_dec",
7    defaults: ["gfxstream_defaults"],
8    static_libs: [
9        "libgfxstream_host_apigen_codec_common",
10    ],
11    srcs: [
12        "magma_dec.cpp",
13        "magma_server_context.cpp",
14    ],
15    export_include_dirs: [
16        ".",
17    ],
18}
19