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