summaryrefslogtreecommitdiffhomepage
path: root/tools/bazeldefs/platforms.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bazeldefs/platforms.bzl')
-rw-r--r--tools/bazeldefs/platforms.bzl17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/bazeldefs/platforms.bzl b/tools/bazeldefs/platforms.bzl
deleted file mode 100644
index 92b0b5fc0..000000000
--- a/tools/bazeldefs/platforms.bzl
+++ /dev/null
@@ -1,17 +0,0 @@
-"""List of platforms."""
-
-# Platform to associated tags.
-platforms = {
- "ptrace": [
- # TODO(b/120560048): Make the tests run without this tag.
- "no-sandbox",
- ],
- "kvm": [
- "manual",
- "local",
- # TODO(b/120560048): Make the tests run without this tag.
- "no-sandbox",
- ],
-}
-
-default_platform = "ptrace"