dist: add --wipe_dist_dir flag

Add the option to force removal of any existing dist_dir
prior to the copy operation. This can be useful if the user
wants to ensure a clean destination directory.

Bug: 244215515
Change-Id: Ice302f884d1ac10889806c8f0fbe0a5f4d062769
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
2 files changed
tree: 27cd0a113ee6949a4203ef67044263e09b54534d
  1. dist/
  2. docs/
  3. exec/
  4. test_mappings/
  5. workspace/
  6. OWNERS
  7. README.md
README.md

Bazel Common Rules

This directory contains common Bazel rules and tools shared between the Platform and Kernel builds.

For platform-specific rules, place them in the platform checkout's //build/bazel/rules directory.

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