From c0f4b38e4b1dd5799eebac6b6fc43ad1bbd8a335 Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Mon, 25 Jul 2022 14:49:23 -0700 Subject: [PATCH] enable download of Android dependencies on Apple Silicon --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5a36738c36b88..e6aee0bf51515 100644 --- a/DEPS +++ b/DEPS @@ -61,7 +61,7 @@ vars = { 'download_dart_sdk': True, # Checkout Android dependencies only on platforms where we build for Android targets. - 'download_android_deps': 'host_cpu == "x64" and (host_os == "mac" or host_os == "linux")', + 'download_android_deps': 'host_os == "mac" or host_os == "linux"', # Checkout Windows dependencies only if we are building on Windows. 'download_windows_deps' : 'host_os == "win"',