From 9f07ea4c8ac3b0df0f909ea68afcf5aa60783489 Mon Sep 17 00:00:00 2001 From: "yujie.mao@webrtc.org" Date: Thu, 18 Jul 2013 01:57:04 +0000 Subject: [PATCH] Roll tools/android 4235:4258, to pick up an x86 md5sum_bin binary BUG=None TEST=Trybots passing R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1821004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4370 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 35d3bfa5e..64a08c8ea 100644 --- a/DEPS +++ b/DEPS @@ -112,7 +112,7 @@ deps_os = { # Precompiled tools needed for Android test execution. Needed since we can't # compile them from source in WebRTC since they depend on Chromium's base. "tools/android": - (Var("googlecode_url") % "webrtc") + "/deps/tools/android@4235", + (Var("googlecode_url") % "webrtc") + "/deps/tools/android@4258", "tools/android-dummy-test": (Var("googlecode_url") % "webrtc") + "/deps/tools/android-dummy-test@4244",