xref: /aosp_15_r20/external/skia/platform_tools/android/gclient.config (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
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