diff --git a/util/bot/DEPS b/util/bot/DEPS index b060ca4560..0c9589806a 100644 --- a/util/bot/DEPS +++ b/util/bot/DEPS @@ -40,22 +40,19 @@ vars = { 'libcxxabi_revision': 'ec88f0ab262c5f2426dbf138b92ee9ae5961e431', 'ninja_version': 'version:2@1.11.1.chromium.6', - # The Android NDK cannot be updated on CI for two reasons: - # - # Until https://crbug.com/boringssl/454 is fixed, we rely on an older NDK to - # test building without NEON instructions as the baseline. - # - # Until https://crbug.com/boringssl/653 is fixed, we cannot update past - # Chromium's version:2@r25c.cr0 package. Chromium has since switched building - # minimal CIPD packages which do not contain all the NDK files we need. We'll - # probably need to make our own NDK package. - 'android_ndk_revision': '310956bd122ec2b96049f8d7398de6b717f3452e', + # The Android NDK cannot be updated until https://crbug.com/boringssl/454 is fixed. + # We rely on an older NDK to test building without NEON instructions as the baseline. + 'android_ndk_revision': 'U0e8L6l52ySjBrUBB82Vdyhsg60vVMqH0ItTW3TRHAQC', } deps = { 'boringssl/util/bot/android_ndk': { - 'url': Var('chromium_git') + '/android_ndk.git' + '@' + Var('android_ndk_revision'), + 'packages': [{ + 'package': 'infra/3pp/tools/android_ndk/linux-amd64', + 'version': Var('android_ndk_revision'), + }], 'condition': 'checkout_android', + 'dep_type': 'cipd', }, 'boringssl/util/bot/android_sdk/public': {