aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
]