aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-03-21 11:41:27 -0700
committerCopybara-Service <copybara-worker@google.com>2023-03-21 11:41:27 -0700
commit8022b67055f5a1de7fbdbeb5dc96fadd4ba46782 (patch)
tree99c0a08e6633146df1925a9b9034543b27b0064c
parent9f8238ee1b42df9326546fc340dafd1a64f7b383 (diff)
parenteaf8274659bce3d91563df1dc09fe2653da309a6 (diff)
downloadbazelbuild-rules_android-8022b67055f5a1de7fbdbeb5dc96fadd4ba46782.tar.gz
Merge pull request #60 from mauriciogg:mgalindo-m1-macs
PiperOrigin-RevId: 518334951 Change-Id: I82c56f59772959be2c9750b5c4adc236dbf2ac4d
-rw-r--r--toolchains/android_sdk/BUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/toolchains/android_sdk/BUILD b/toolchains/android_sdk/BUILD
index 105b773..66900b8 100644
--- a/toolchains/android_sdk/BUILD
+++ b/toolchains/android_sdk/BUILD
@@ -16,10 +16,13 @@ toolchain_type(
toolchain(
name = "android_sdk_tools",
- exec_compatible_with = [
- "@platforms//cpu:x86_64",
- "@platforms//os:linux",
- ],
+ # This causes the toolchain to not be selected under arm, so
+ # disable for now.
+ # To be refined as part of https://github.com/bazelbuild/rules_android/issues/72
+ #exec_compatible_with = [
+ # "@platforms//cpu:x86_64",
+ # "@platforms//os:linux",
+ #],
# TODO(b/175833893): This causes the toolchain to not be selected, so
# disable for now.
#target_compatible_with = [