xref: /aosp_15_r20/external/skia/third_party/etc1/BUILD.bazel (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1cc_library(
2    name = "etc1",
3    testonly = True,  # Only used for a few gms
4    srcs = [
5        "etc1.cpp",
6    ],
7    hdrs = [
8        "etc1.h",
9    ],
10    visibility = ["//gm:__pkg__"],
11)
12