load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup") package( default_applicable_licenses = ["//:license"], ) licenses(["notice"]) exports_files_legacy() # Not referenced by Bazel target. # Used for exporting to //gn/gpu.gni:skia_native_gpu_sources. skia_filegroup( name = "srcs", srcs = ["GrGLMakeNativeInterface_android.cpp"], )