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: 1448383
Test: Verified manual roll of libyuv.
Change-Id: I4a96e54edba9a077cb5d5214af53de5906bce8f1
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4599468
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Prashanth Swaminathan <prashanthsw@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
Prashanth Swaminathan 2023-06-07 11:25:25 -07:00 committed by libyuv LUCI CQ
parent b08ccb6a83
commit 217c8e75a0

View File

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