blob: fbd8ed38e7d0a9f6420ce222ae17e7780394ad05 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "split_srcs_and_hdrs")
licenses(["notice"])
exports_files_legacy()
UTILS_FILES = [
"TestFontCollection.cpp",
"TestFontCollection.h",
]
split_srcs_and_hdrs(
name = "utils",
files = UTILS_FILES,
)