djsollen@google.com | dcdd57f | 2013-04-29 12:09:31 +0000 | [diff] [blame] | 1 | # To develop Skia targeting Android, |
2 | # copy this file to your root development directory as ".gclient" | ||||
3 | # and then run "gclient sync". | ||||
4 | solutions = [ | ||||
5 | { | ||||
djsollen@google.com | dcdd57f | 2013-04-29 12:09:31 +0000 | [diff] [blame] | 6 | "name" : "trunk", |
7 | "url" : "https://skia.googlecode.com/svn/trunk", | ||||
8 | }, | ||||
9 | ] | ||||
djsollen@google.com | ce3d223 | 2013-05-02 18:42:10 +0000 | [diff] [blame^] | 10 | target_os = ["android"] |