ce3d223cfe
Review URL: https://codereview.chromium.org/14857007 git-svn-id: http://skia.googlecode.com/svn/trunk@8964 2bbb7eff-a529-9590-31e7-b0007b416f81
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
# To develop Skia targeting Android,
|
|
# copy this file to your root development directory as ".gclient"
|
|
# and then run "gclient sync".
|
|
solutions = [
|
|
{
|
|
"name" : "trunk",
|
|
"url" : "https://skia.googlecode.com/svn/trunk",
|
|
},
|
|
]
|
|
target_os = ["android"]
|