From 17804cd03f724e736eafcf5a2a9cc6d18aa128d2 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 12 Feb 2016 08:57:44 -0800 Subject: [PATCH] Remove download_sdk_extras.py We don't appear to need this DEPS entry to build. --- DEPS | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/DEPS b/DEPS index 9b79d8ff65..5a7b826fbe 100644 --- a/DEPS +++ b/DEPS @@ -137,16 +137,6 @@ hooks = [ 'pattern': '.', 'action': ['python', 'src/tools/dart/update.py'], }, - { - # This downloads SDK extras and puts them in the - # third_party/android_tools/sdk/extras directory on the bots. Developers - # need to manually install these packages and accept the ToS. - 'name': 'sdkextras', - 'pattern': '.', - # When adding a new sdk extras package to download, add the package - # directory and zip file to .gitignore in third_party/android_tools. - 'action': ['python', 'src/build/download_sdk_extras.py'], - }, { # Update LASTCHANGE. This is also run by export_tarball.py in # src/tools/export_tarball - please keep them in sync.