You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
273 B
11 lines
273 B
4 months ago
|
# To develop Skia targeting Android,
|
||
|
# copy this file to your root development directory as ".gclient"
|
||
|
# and then run "gclient sync".
|
||
|
solutions = [
|
||
|
{
|
||
|
"name" : "skia",
|
||
|
"url" : "https://skia.googlesource.com/skia.git",
|
||
|
},
|
||
|
]
|
||
|
target_os = ["android"]
|