aboutsummaryrefslogtreecommitdiff
path: root/bazel.WORKSPACE
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2023-02-02 18:42:00 +0000
committerSpandan Das <spandandas@google.com>2023-03-06 22:28:36 +0000
commit45e12287fe829309bb4930d8ac75524a6f9be35e (patch)
tree81a5027abaa5bf3d2088d0a07a8549e8fb8b9cb5 /bazel.WORKSPACE
parent37306cb63115b542eef07fb6aeffe63fb490f4bb (diff)
downloadbazel-45e12287fe829309bb4930d8ac75524a6f9be35e.tar.gz
Create an api_surfaces external repository
build/bazel/api_surfaces is the temporary home of this external repository. This repository will contain aliases for stub libraries in single tree builds. bp2build will be used to generate the aliases in future CLs Test: b query @api_surfaces//... Change-Id: I6450202523765fba7e5572e1519aae8d86fb372e
Diffstat (limited to 'bazel.WORKSPACE')
-rw-r--r--bazel.WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/bazel.WORKSPACE b/bazel.WORKSPACE
index 65528ade..78485165 100644
--- a/bazel.WORKSPACE
+++ b/bazel.WORKSPACE
@@ -35,6 +35,12 @@ env_repository(
name = "env",
)
+# This repository is a containter for API surface stub libraries.
+local_repository(
+ name = "api_surfaces",
+ path = "build/bazel/api_surfaces",
+)
+
load("//build/bazel_common_rules/workspace:external.bzl", "import_external_repositories")
import_external_repositories(