Add workspace package.

This package contains functions for WORKSPACE files.

For starters, an import_external_repositories
function defines external repositories common to
Android platform and kernel.

Test: TH
Bug: 227705464
Change-Id: I513efe4bde877164125a43cbd63c7fb987107519
3 files changed
tree: f6cb16d8c986618e5964af20b0ea43c6e3dc36c6
  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.