Move dist rule to bazel_common_rules.

Test: presubmits

Bug: 197589841
Change-Id: I2cb506b3409a083da2ce4bf426adc0f8b126d5cc
5 files changed
tree: f1642dc58f3524ffbfd6156533eff3c8ba243d85
  1. dist/
  2. OWNERS
  3. 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.