aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/gclient.config
blob: 9e066ea0db782e399cbbc641fe5d5e5c3434e353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# To develop Skia targeting Android,
# copy this file to your root development directory as ".gclient"
# and then run "gclient sync".
solutions = [
  {
    "name"        : "android",
    "url"         : "https://skia.googlecode.com/svn/android",
  },
  {
    "name"        : "trunk",
    "url"         : "https://skia.googlecode.com/svn/trunk",
  },
]