Move rules_java to bazel_common_rules

This will benefit other projects like Kleaf.

Bug: 245624185
Change-Id: Ib495112628e32b98a430ac127b8b367fa36be2e7
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
4 files changed
tree: 9fc58758036545a844bd37390f2976322c6aceb8
  1. dist/
  2. docs/
  3. exec/
  4. rules/
  5. test_mappings/
  6. workspace/
  7. OWNERS
  8. 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.