• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
2
3licenses(["notice"])
4
5exports_files_legacy()
6
7# Not referenced by Bazel target.
8# Used for exporting to //gn/gpu.gni:skia_native_gpu_sources.
9skia_filegroup(
10    name = "srcs",
11    srcs = ["GrGLMakeNativeInterface_android.cpp"],
12)
13