| default_visibility = ["//src:__subpackages__"], |
| # Library for dealing with executable commands, including their arguments and runtime environment |
| # (environment variables, working directory). It lets a caller execute a command, get its results, |
| # and optionally forward interrupts to the subprocess. The library also handles creating threads to |
| # ensure timely reading of subprocess outputs. |
| # Bootstrapping SingleJar using Skylark rules |
| load("//tools/build_rules:java_rules_skylark.bzl", "bootstrap_java_library") |
| jars = ["//third_party:bootstrap_guava_and_error_prone-jars"], |