Merge changes from topic "exec_deprecate" into main

* changes:
  Prevent public usage of exec.bzl and exec_aspect.bzl (2/2)
  Prevent public usage of exec.bzl and exec_aspect.bzl (1/2)
tree: ea6b8944dd62b590f46bccbf26839769104f41db
  1. dist/
  2. exec/
  3. platforms/
  4. rules/
  5. workspace/
  6. OWNERS
  7. 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.