From 15678488d98fcf9b1bb2aa431315f408e9fc507b Mon Sep 17 00:00:00 2001 From: Rupert Shuttleworth Date: Wed, 3 Nov 2021 09:07:26 +0000 Subject: 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 --- platforms/BUILD.bazel | 8 -------- 1 file changed, 8 deletions(-) (limited to 'platforms') 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( -- cgit v1.2.3