commit | 0b6d79dba77cdf99a3a31cf566da27693e38e1b8 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Jun 27 18:07:57 2022 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Jun 27 18:29:50 2022 -0700 |
tree | f6cb16d8c986618e5964af20b0ea43c6e3dc36c6 | |
parent | aa9e4ce4935dc1b671ce78efe1d2fac41ed06fff [diff] |
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
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.