blob: 70387cab58392f2427e8745f883987de7baaced8 [file] [log] [blame]
load("@rules_cc//cc:cc_library.bzl", "cc_library")
cc_library(
name = "etc1",
testonly = True, # Only used for a few gms
srcs = [
"etc1.cpp",
],
hdrs = [
"etc1.h",
],
visibility = ["//gm:__pkg__"],
)