dist: Accept --destdir

This matches pkg_install(). This is to facilitate the migration to
pkg_install(), so that build bots can use a command line interface
that works for both copy_to_dist_dir() and pkg_install(), then
edit the code to switch to pkg_install().

Bug: 331730853
Test: manual
Change-Id: I22310779944aa603e962e21cc72e7b2c6868c095
1 file changed
tree: 244b5d4e6a7f7fcaacc13864845ee08905a76627
  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.