Disable the roll of 'android_ndk'

Chromium is being updated to 'android_toolchain', which means the
'android_ndk' DEPS is no longer present. Remove it from the roller until
the transition is complete, then it can be removed from this script
entirely.

Bug: chromium:1448383
Test: Verified fix in libyuv, which uses identical roller script.
Change-Id: I0b07aefaa8edf0a8f87b2accfbcffd4a2307f9f4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/308160
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Auto-Submit: Prashanth Swaminathan <prashanthsw@google.com>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40243}
This commit is contained in:
Prashanth Swaminathan 2023-06-07 11:33:39 -07:00 committed by WebRTC LUCI CQ
parent 36c945b46e
commit 37fb647e5e

View File

@ -32,6 +32,8 @@ def FindSrcDirPath():
# Skip these dependencies (list without solution name prefix).
DONT_AUTOROLL_THESE = [
'src/examples/androidtests/third_party/gradle',
# Disable the roll of 'android_ndk' as it won't appear in chromium DEPS.
'src/third_party/android_ndk',
'src/third_party/mockito/src',
]