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:
parent
8161b4e12a
commit
467762b90f
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user