doc: improve building doc for Android

PR-URL: https://github.com/nodejs/node/pull/44888
Refs: https://github.com/nodejs/node/pull/44207
Reviewed-By: Feng Yu <F3n67u@outlook.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
BuShe Pie
2022-10-11 07:27:07 +08:00
committed by GitHub
parent 0298b7f8a6
commit 1124558b65

View File

@@ -660,7 +660,7 @@ Be sure you have downloaded and extracted
a folder. Then run:
```console
$ source ./android-configure /path/to/your/android-ndk target_arch android_sdk_version
$ ./android-configure <path to the Android NDK> <Android SDK version> <target architecture>
$ make -j4
```