aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = [