Move rules_python to bazel_common_rules

This will benefit other projects like Kleaf.

Bug: 279896707
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:a4f9c6b0c0733777027c59e4108d6ba55550b8ea)
Merged-In: I466aadfa9bed98d208cc927b0466f55c3e2fb161
Change-Id: I466aadfa9bed98d208cc927b0466f55c3e2fb161
3 files changed
tree: 08a38c305064022ffe8cea6080d6a6ed4e7d8219
  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.