skia2/platform_tools/android/gclient.config
2013-05-02 18:42:10 +00:00

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"]