unplugged-system/external/skia/third_party/etc1/BUILD.bazel

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__"],
)