blob: 9a088f226fe07a05a5d29bbef1dd2f4fceffbd45 [file] [log] [blame]
load("//bazel:macros.bzl", "generated_cc_atom")
generated_cc_atom(
name = "GrGLMakeNativeInterface_android_src",
srcs = ["GrGLMakeNativeInterface_android.cpp"],
visibility = ["//:__subpackages__"],
deps = [
"//src/gpu/gl/egl:GrGLMakeEGLInterface_src",
"//src/gpu/gl/egl:GrGLMakeNativeInterface_egl_src",
],
)