aboutsummaryrefslogtreecommitdiff
path: root/tools_libyuv
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-06-07 14:11:20 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-06-07 21:39:59 +0000
commitd573f6451d4a570f2f8ff8886783aa10389a91ee (patch)
tree84f7d4bd0a0588df252a595dca70e70156e639ce /tools_libyuv
parentc1f93246f1a1c3f25ef97046dc06569bf5c19380 (diff)
downloadlibyuv-d573f6451d4a570f2f8ff8886783aa10389a91ee.tar.gz
Remove stale Android NDK and fix docs [2/2]
Now that chromium/base has rolled and switched the android_ndk_root to the new android_toolchain directory, remove the stale Android NDK. Fix up documentation that refers to stale paths and suggest the appropriate tools to perform objdump operations. Bug: 1448383 Test: Verified build of LibYUV. Change-Id: I7b674052b1ef0914cf4ee81c6c6d62410e5fc569 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4583622 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Prashanth Swaminathan <prashanthsw@google.com>
Diffstat (limited to 'tools_libyuv')
-rwxr-xr-xtools_libyuv/autoroller/roll_deps.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools_libyuv/autoroller/roll_deps.py b/tools_libyuv/autoroller/roll_deps.py
index 9cd63671..2b57eb65 100755
--- a/tools_libyuv/autoroller/roll_deps.py
+++ b/tools_libyuv/autoroller/roll_deps.py
@@ -31,8 +31,6 @@ 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',
]