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