Remove download_sdk_extras.py
We don't appear to need this DEPS entry to build.
This commit is contained in:
10
DEPS
10
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.
|
||||
|
||||
Reference in New Issue
Block a user