1cc_library( 2 name = "glesv2", 3 linkopts = [ 4 "-lGLESv2", 5 ], 6 visibility = ["//:__subpackages__"], 7) 8