summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorBuShe Pie <bushe.cn@icloud.com>2022-10-11 07:27:07 +0800
committerGitHub <noreply@github.com>2022-10-10 23:27:07 +0000
commit1124558b655c2752bdb1a0bda99195b55b5d63ee (patch)
tree5a24fa8c55e87c49c0863734b7d1328598f3f08e /BUILDING.md
parent0298b7f8a69fcd033639bcd64fdc660fb1022376 (diff)
downloadnode-new-1124558b655c2752bdb1a0bda99195b55b5d63ee.tar.gz
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>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 526df5b519..feced973d4 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -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
```