From f96b6a7bc98ec3e14c58a6a5ad8680767b506f08 Mon Sep 17 00:00:00 2001 From: Ryan Tseng Date: Tue, 31 Jul 2018 16:27:12 -0700 Subject: [PATCH] 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/1157535 Reviewed-by: Ryan Tseng Commit-Queue: Ryan Tseng --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 60e437ef6..2dd0bf46c 100644 --- a/DEPS +++ b/DEPS @@ -801,7 +801,7 @@ hooks = [ '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', + 'action': ['vpython', 'src/build/android/play_services/update.py', 'download' ],