dist: Add -q option.

If -q|--quiet, set --log=error. This provides a similar
interface as pkg_install().

This is so that build bots can use -q to uniformly run
copy_to_dist_dir and pkg_install targets.

Bug: 331730853
Change-Id: I3d15f6b72e7d4b56908887d1d1b830ad1f8bc5af
1 file changed
tree: 8a839f95829e0682efb592ab73d3422cfe6c6838
  1. dist/
  2. exec/
  3. OWNERS
  4. README.md
README.md

Bazel Common Rules

This directory contains common Bazel rules and tools for Android Kernel builds and possibly other Bazel based builds.

For kernel-specific rules, place them in kernel checkout's //build/kleaf directory.