1# To develop Skia targeting Android,
2# copy this file to your root development directory as ".gclient"
3# and then run "gclient sync".
4solutions = [
5  {
6    "name"        : "skia",
7    "url"         : "https://skia.googlesource.com/skia.git",
8  },
9]
10target_os = ["android"]
11