Index: DEPS |
diff --git a/DEPS b/DEPS |
index 1b684abd292a1b52cec832793dc34910a41aea99..10adf64d16d97b89c1e168af3c514dc2cd3c5ee6 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -37,7 +37,7 @@ deps = { |
deps_os = { |
"android": { |
"v8/third_party/android_tools": |
- Var("git_url") + "/android_tools.git" + "@" + "5b5f2f60b78198eaef25d442ac60f823142a8a6e", |
+ Var("git_url") + "/android_tools.git" + "@" + "04c2c06fe3ef3d93343feb6e83cd932725740d7f", |
}, |
"win": { |
"v8/third_party/cygwin": |
@@ -45,6 +45,8 @@ deps_os = { |
} |
} |
Michael Achenbach
2016/06/06 07:42:17
The auto-roller is blocked on the missing recursio
|
+recursedeps = [ 'v8/third_party/android_tools' ] |
+ |
include_rules = [ |
# Everybody can use some things. |
"+include", |