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