blob: 81f866b0a4a406e2b441c5437f7c54bc0ec89301 [file] [log] [blame]
filegroup(
name = "google3_config",
srcs = [":gen_google3_config"],
tags = [
"manual",
"no-remote",
],
visibility = ["//autoroll:__subpackages__"],
)
genrule(
name = "gen_google3_config",
outs = ["skia-google3.cfg"],
cmd = "if [ -d /tmp/skia-autoroll-internal-config ]; then cp -r /tmp/skia-autoroll-internal-config/skia-corp/skia-google3.cfg $@; else touch $@; fi",
tags = [
"manual",
"no-remote",
],
)