update recommended gclient config for android
authordjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 May 2013 18:42:10 +0000 (18:42 +0000)
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 May 2013 18:42:10 +0000 (18:42 +0000)
Review URL: https://codereview.chromium.org/14857007

git-svn-id: http://skia.googlecode.com/svn/trunk@8964 2bbb7eff-a529-9590-31e7-b0007b416f81

platform_tools/android/gclient.config

index 9e066ea..43a4fb4 100644 (file)
@@ -3,11 +3,8 @@
 # and then run "gclient sync".
 solutions = [
   {
-    "name"        : "android",
-    "url"         : "https://skia.googlecode.com/svn/android",
-  },
-  {
     "name"        : "trunk",
     "url"         : "https://skia.googlecode.com/svn/trunk",
   },
 ]
+target_os = ["android"]