cc_library( name = "etc1", testonly = True, # Only used for a few gms srcs = [ "etc1.cpp", ], hdrs = [ "etc1.h", ], visibility = ["//gm:__pkg__"], )