blob: 746150c5bdf2d347e03bd09ebd5ed80d8e8b2faf [file] [log] [blame] [edit]
cc_library(
name = "gfxstream-magma-server",
srcs = [
"Decoder.cpp",
"magma_dec/magma_dec.cpp",
"magma_dec/magma_server_context.cpp",
] + glob(["**/*.h"]),
includes = ["magma_dec"],
visibility = ["//visibility:public"],
deps = [
"//hardware/google/gfxstream/host:gfxstream_host_headers",
"//hardware/google/gfxstream/host/apigen-codec-common",
"//hardware/google/gfxstream/third-party/fuchsia/magma:magma-headers",
],
)
cc_library(
name = "magma-headers",
hdrs = glob(["*.h"]),
visibility = ["//visibility:public"],
)