Add fetch-sk to documentation.

Change-Id: I5bda64c41119222a144b085910a0127f2e16a65d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/557588
Commit-Queue: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
This commit is contained in:
John Stiles 2022-07-11 17:17:35 -04:00
parent 8161b4e12a
commit 467762b90f
2 changed files with 5 additions and 3 deletions

View File

@ -123,9 +123,10 @@ If you do not have an NDK and have access to CIPD, you can use one of these
commands to fetch the NDK our bots use:
```
./bin/sk asset download android_ndk_linux /tmp/ndk
./bin/sk asset download android_ndk_darwin /tmp/ndk
./bin/sk.exe asset download android_ndk_windows C:/ndk
./bin/fetch-sk
./bin/sk asset download android_ndk_linux /tmp/ndk # on Linux
./bin/sk asset download android_ndk_darwin /tmp/ndk # on Mac
./bin/sk.exe asset download android_ndk_windows C:/ndk # on Windows
```
When generating your GN build files, pass the path to your `ndk` and your

View File

@ -14,6 +14,7 @@ The to build skia for android are at https://skia.org/user/build#android and rep
Download the Android NDK
```
./bin/fetch-sk
./bin/sk asset download android_ndk_linux /tmp/ndk
```