Android 15 Beta 2 Release 0.7 (AP31.240426.022,shiba/husky)
Add a zip bazel rule, to be used to generate arbitrary zip file.

Bug: 291147200
Change-Id: I43fc24599f69f110757874aaf6b2d2964b5b6904
(cherry picked from commit ca30f52024dc1ffc23818e2cb733108543b1a654)
2 files changed
tree: d36dcfe7e0eb690f1db3254ba5d18921d2788d2c
  1. dist/
  2. docs/
  3. exec/
  4. rules/
  5. test_mappings/
  6. workspace/
  7. zip/
  8. OWNERS
  9. 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.