aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platforms/BUILD.bazel8
1 files changed, 8 insertions, 0 deletions
diff --git a/platforms/BUILD.bazel b/platforms/BUILD.bazel
index de94b85d..4abece5a 100644
--- a/platforms/BUILD.bazel
+++ b/platforms/BUILD.bazel
@@ -39,6 +39,14 @@ platform(
],
)
+platform(
+ name = "linux_glibc_x86_64",
+ constraint_values = [
+ "//build/bazel/platforms/arch:x86_64",
+ "//build/bazel/platforms/os:linux",
+ ],
+)
+
# linux_bionic is the OS for the Linux kernel plus the Bionic libc runtime, but
# without the rest of Android.
platform(