diff --git a/DEPS b/DEPS index 2689117d32..a56d9e1ed4 100644 --- a/DEPS +++ b/DEPS @@ -157,10 +157,6 @@ deps = { 'dep_type': 'cipd', }, - 'src/third_party/android_ndk': { - 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', - 'condition': 'checkout_android', - }, 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + '347a7c8078a009e98995985b7ab6ec6b35696dea', 'condition': 'checkout_android', @@ -432,7 +428,7 @@ deps = { 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', - 'condition': 'checkout_android_native_support', + 'condition': 'checkout_android', }, 'src/third_party/android_sdk/public': { @@ -474,7 +470,7 @@ deps = { 'version': Var('android_sdk_tools-lint_version'), }, ], - 'condition': 'checkout_android_native_support', + 'condition': 'checkout_android', 'dep_type': 'cipd', },