xref: /aosp_15_r20/external/skia/platform_tools/android/gclient.config (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Worker# To develop Skia targeting Android,
2*c8dee2aaSAndroid Build Coastguard Worker# copy this file to your root development directory as ".gclient"
3*c8dee2aaSAndroid Build Coastguard Worker# and then run "gclient sync".
4*c8dee2aaSAndroid Build Coastguard Workersolutions = [
5*c8dee2aaSAndroid Build Coastguard Worker  {
6*c8dee2aaSAndroid Build Coastguard Worker    "name"        : "skia",
7*c8dee2aaSAndroid Build Coastguard Worker    "url"         : "https://skia.googlesource.com/skia.git",
8*c8dee2aaSAndroid Build Coastguard Worker  },
9*c8dee2aaSAndroid Build Coastguard Worker]
10*c8dee2aaSAndroid Build Coastguard Workertarget_os = ["android"]
11