Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: improve building doc for Android #44888

Merged
merged 1 commit into from Oct 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILDING.md
Expand Up @@ -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
```

Expand Down