From bc66167d304a822e71116a4863623f2f2e3503be Mon Sep 17 00:00:00 2001 From: Prashanth Swaminathan Date: Wed, 7 Jun 2023 17:39:14 -0700 Subject: [PATCH] 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 Change-Id: I0b515611a94f9aae5951655639a57ec5a9e7ffde Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4600111 Reviewed-by: Shahbaz Youssefi Commit-Queue: Shahbaz Youssefi Auto-Submit: Prashanth Swaminathan --- scripts/roll_chromium_deps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/roll_chromium_deps.py b/scripts/roll_chromium_deps.py index ab9ff294a..c4a7bbe13 100755 --- a/scripts/roll_chromium_deps.py +++ b/scripts/roll_chromium_deps.py @@ -48,7 +48,6 @@ ANGLE_CHROMIUM_DEPS = [ 'third_party/android_build_tools/lint', 'third_party/android_build_tools/manifest_merger', 'third_party/android_deps', - 'third_party/android_ndk', 'third_party/android_platform', 'third_party/android_sdk', 'third_party/android_sdk/androidx_browser/src',