aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorRupert Shuttleworth <ruperts@google.com>2021-11-03 09:07:26 +0000
committerRupert Shuttleworth <ruperts@google.com>2021-11-03 09:07:26 +0000
commit15678488d98fcf9b1bb2aa431315f408e9fc507b (patch)
tree6a967863696d9a521494cda7d32665c75986fc36 /platforms
parent171ba8384d67bc2eab2df6d86c7cd2cf7405ec33 (diff)
downloadbazel-15678488d98fcf9b1bb2aa431315f408e9fc507b.tar.gz
Revert "Add platform needed by python_binary_host."
Revert "Fix python_binary_host module in mixed build." Revert submission 1861755-fix_python_binary_host_in_mixed_build Reason for revert: Broke Bazel CI, please see https://android-build.googleplex.com/builds/submitted/7879108/mixed_droid-clean/latest/view/logs/build_error.log and https://android-build.googleplex.com/builds/submitted/7879108/mixed_droid-incremental/latest/view/logs/build_error.log Reverted Changes: Ica457ee71:Add platform needed by python_binary_host. Ibc8b99a92:Fix python_binary_host module in mixed build. Change-Id: I2ecb58f5c79eb6ed4c1f9b85a18b45b6b9c87208
Diffstat (limited to 'platforms')
-rw-r--r--platforms/BUILD.bazel8
1 files changed, 0 insertions, 8 deletions
diff --git a/platforms/BUILD.bazel b/platforms/BUILD.bazel
index 46e1e6f7..03187383 100644
--- a/platforms/BUILD.bazel
+++ b/platforms/BUILD.bazel
@@ -39,14 +39,6 @@ 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(