mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
doc: update instructions for building on Android
PR-URL: https://github.com/libuv/libuv/pull/1441 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
27dcbd6ff4
commit
cf6d047e84
@ -267,7 +267,14 @@ Make sure that you specify the architecture you wish to build for in the
|
||||
Run:
|
||||
|
||||
```bash
|
||||
$ source ./android-configure NDK_PATH gyp
|
||||
$ source ./android-configure NDK_PATH gyp [API_LEVEL]
|
||||
$ make -C out
|
||||
```
|
||||
|
||||
The default API level is 24, but a different one can be selected as follows:
|
||||
|
||||
```bash
|
||||
$ source ./android-configure ~/android-ndk-r15b gyp 21
|
||||
$ make -C out
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user