Skip to content

Commit 624ab9b

Browse files
committed
optimized
1 parent 5e19305 commit 624ab9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Generally, you don't need to download the `Android NDK`, because `ndk-pkg` will
3434

3535
## About 16KB page size support
3636

37-
At the moment, `ndk-pkg` use `Android NDK r27d`, it doesn't compile 16 KB-aligned by default. Due to Android NDK r28 and higher compile 16 KB-aligned by default, you can run `ndk-pkg install <PKG> --ndk-revision=28c` if you need 16 KB-aligned ELF files.
37+
At the moment, `ndk-pkg` use `Android NDK r27d (the latest LTS revision)`, it doesn't compile 16 KB-aligned by default. Due to Android NDK r28 and higher compile 16 KB-aligned by default, you can run `ndk-pkg install <PKG> --ndk-revision=28c` if you need 16 KB-aligned ELF files.
3838

3939
## Using ndk-pkg via GitHub Actions
4040

0 commit comments

Comments
 (0)