Commit f96b6a7b authored by Ryan Tseng's avatar Ryan Tseng Committed by Commit Bot

DEPS: Invoke play services hook with vpython

Otherwise it will inherit the empty python venv.

Bug: 869249
TBR: fbarchard
Change-Id: Ib77d116863f44f482b2cd7cbfaf71966ce2b7629
Reviewed-on: https://chromium-review.googlesource.com/1157535Reviewed-by: 's avatarRyan Tseng <hinoka@chromium.org>
Commit-Queue: Ryan Tseng <hinoka@chromium.org>
parent 63d5de79
...@@ -801,7 +801,7 @@ hooks = [ ...@@ -801,7 +801,7 @@ hooks = [
'pattern': '.', 'pattern': '.',
# When adding a new sdk extras package to download, add the package # When adding a new sdk extras package to download, add the package
# directory and zip file to .gitignore in third_party/android_tools. # directory and zip file to .gitignore in third_party/android_tools.
'action': ['python', 'action': ['vpython',
'src/build/android/play_services/update.py', 'src/build/android/play_services/update.py',
'download' 'download'
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment