Add android tools to v8's deps.
authormachenbach@chromium.org <machenbach@chromium.org>
Thu, 28 Aug 2014 11:09:46 +0000 (11:09 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Thu, 28 Aug 2014 11:09:46 +0000 (11:09 +0000)
BUG=408510
LOG=n
R=hinoka@google.com

Review URL: https://codereview.chromium.org/512183004

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23486 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

.DEPS.git
DEPS

index 7775744..8f9da45 100644 (file)
--- a/.DEPS.git
+++ b/.DEPS.git
@@ -24,6 +24,11 @@ deps = {
 }
 
 deps_os = {
+    'android':
+    {
+        'v8/third_party/android_tools':
+            Var('git_url') + '/android_tools.git@31869996507de16812bb53a3d0aaa15cd6194c16',
+    },
     'win':
     {
         'v8/third_party/cygwin':
diff --git a/DEPS b/DEPS
index 9459204..d4139c6 100644 (file)
--- a/DEPS
+++ b/DEPS
@@ -3,6 +3,8 @@
 # all paths in here must match this assumption.
 
 vars = {
+  "chromium_git": "https://chromium.googlesource.com",
+
   "chromium_trunk": "https://src.chromium.org/svn/trunk",
 
   "buildtools_revision": "fb782d4369d5ae04f17a2fceef7de5a63e50f07b",
@@ -28,6 +30,11 @@ deps = {
 }
 
 deps_os = {
+  "android": {
+    "v8/third_party/android_tools":
+      Var("chromium_git") + "/android_tools.git" + "@" +
+          "31869996507de16812bb53a3d0aaa15cd6194c16",
+  },
   "win": {
     "v8/third_party/cygwin":
       Var("chromium_trunk") + "/deps/third_party/cygwin@66844",