dist: embed args and env

Make the top target for copy_to_dist_dir to be
an embedded_exec rule, so it doesn't have args
and env.

Test: TH
Bug: 228560650

Change-Id: Ic6a1937e7eff68383a581b063c26bfb8bb556605
2 files changed
tree: 4dc58a5025bd8e8460e816bd7b3b511773f278c4
  1. dist/
  2. docs/
  3. exec/
  4. test_mapping/
  5. OWNERS
  6. 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.