aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-06-07 11:25:25 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-06-07 18:45:56 +0000
commit217c8e75a07f51b0ed19f0a451d3d1194278f222 (patch)
tree61e7da1919a926ac5530cdeacb4aa5163086fb39
parentb08ccb6a83f5c76d5a9e181b0f65efd33ce8262d (diff)
downloadlibyuv-217c8e75a07f51b0ed19f0a451d3d1194278f222.tar.gz
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>
-rwxr-xr-xtools_libyuv/autoroller/roll_deps.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools_libyuv/autoroller/roll_deps.py b/tools_libyuv/autoroller/roll_deps.py
index 2b57eb65..9cd63671 100755
--- a/tools_libyuv/autoroller/roll_deps.py
+++ b/tools_libyuv/autoroller/roll_deps.py
@@ -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',
]