6f0f5b4aad
BUG= R=epoger@google.com Review URL: https://codereview.chromium.org/132423002 git-svn-id: http://skia.googlecode.com/svn/trunk@13006 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" : "skia",
|
|
"url" : "https://skia.googlesource.com/skia.git",
|
|
},
|
|
]
|
|
target_os = ["android"]
|