android13/external/skia/tools/gpu/gl/none/BUILD.bazel

9 lines
264 B
Python

load("//bazel:macros.bzl", "generated_cc_atom")
generated_cc_atom(
name = "CreatePlatformGLTestContext_none_src",
srcs = ["CreatePlatformGLTestContext_none.cpp"],
visibility = ["//:__subpackages__"],
deps = ["//tools/gpu/gl:GLTestContext_hdr"],
)