Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn if building an empty list of targets
The syntax of bazel's build command is `bazel build <options> <targets>`. In particular, just `bazel build` is a legitimate request to build the empty list of targets. Nevertheless, some users get confused by this behavior and requested that a warning be added. Do as requested. Fixes #6811. Change-Id: I83f9a9e18f01f657242fc06f3ac09d68a0256ec7 PiperOrigin-RevId: 233765339
- Loading branch information