Remove download_sdk_extras.py

We don't appear to need this DEPS entry to build.
This commit is contained in:
Adam Barth
2016-02-12 08:57:44 -08:00
parent 1943446457
commit 17804cd03f

10
DEPS
View File

@@ -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.