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"',