blob: bac0c532bbc44a0b4441b428d1c00fb06b4cffad [file] [log] [blame]
# NOTE: GerritLauncher must be a single, self-contained class. Do not add any
# additional srcs or deps to this rule.
java_library(
name = "launcher",
srcs = ["GerritLauncher.java"],
visibility = ["//visibility:public"],
)