external: allow to import external packages from <subdirectory>/external.

When the workspace is embedded in some other parent workspace,
the relative path to external/ may be <path_to_subworkspace>/external.
Allow to configure this.

Bug: 242752091
Test: manual

Change-Id: I60507c440f9900c89cb92d11ba8584f7f76ebd5c
1 file changed
tree: dc1d269bae04dbe38b07d032da2c0bd511f7ee4a
  1. dist/
  2. docs/
  3. exec/
  4. test_mappings/
  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.