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 {
6 "name" : "skia",
7 "url" : "https://skia.googlesource.com/skia.git",
8 },
9 ]
10 target_os = ["android"]
11