OLD | NEW |
---|---|
1 # To develop Skia targeting Android, | 1 # To develop Skia targeting Android, |
borenet
2014/01/09 19:27:28
Derek, do we even need this file any more?
mtklein
2014/01/09 19:44:59
If you try to build android and you're not set up,
borenet
2014/01/09 20:05:59
You're probably right, but I'll defer to Derek bef
| |
2 # copy this file to your root development directory as ".gclient" | 2 # copy this file to your root development directory as ".gclient" |
3 # and then run "gclient sync". | 3 # and then run "gclient sync". |
4 solutions = [ | 4 solutions = [ |
5 { | 5 { |
6 "name" : "trunk", | 6 "name" : "skia", |
7 "url" : "https://skia.googlecode.com/svn/trunk", | 7 "url" : "https://skia.googlesource.com/skia.git", |
8 }, | 8 }, |
9 ] | 9 ] |
10 target_os = ["android"] | 10 target_os = ["android"] |
OLD | NEW |