copy_to_dist_dir: Add wipe_destdir alias for wipe_dist_dir

This change unifies the flag names passed for both pkg_install and the legacy copy_to_dist_dir

--dist_dir already has an --destdir alias so this is consistent with current interface.

Bug: 399286110

Change-Id: I111a1d8133a4398c6653820fc5fda910d713c850
2 files changed
tree: 1e2dd21e0f17a36a2c4eb9e17b0e872d76617dfd
  1. dist/
  2. docs/
  3. exec/
  4. patchinfo/
  5. rules/
  6. test_mappings/
  7. workspace/
  8. zip/
  9. OWNERS
  10. 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.