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 | { |
borenet@google.com | 6f0f5b4 | 2014-01-09 21:41:39 +0000 | [diff] [blame] | 6 | "name" : "skia", |
| 7 | "url" : "https://skia.googlesource.com/skia.git", |
djsollen@google.com | dcdd57f | 2013-04-29 12:09:31 +0000 | [diff] [blame] | 8 | }, |
| 9 | ] |
djsollen@google.com | ce3d223 | 2013-05-02 18:42:10 +0000 | [diff] [blame] | 10 | target_os = ["android"] |