Merge "Add a zip bazel rule, to be used to generate arbitrary zip file." into main am: a8a8c808f3

Original change: https://android-review.googlesource.com/c/platform/build/bazel_common_rules/+/2781563

Change-Id: I9d3697d7fccc38bac027e563e259bf7be0b1f83c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 21be6a1ac491679723a33a838d303b21f2ca07ef
  1. dist/
  2. docs/
  3. exec/
  4. platforms/
  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.