Update NDK version to 28 (#13729)

* Update NDK version to 28 and add 16kb page size linker flags to x86_64

* Remove Android Linker Options

16kb page size is now the default since NDK r28c

* Update Android CI to use NDK 28

(cherry picked from commit 6e422e5ff2)
This commit is contained in:
Chase Knowlden
2025-08-12 10:45:57 -04:00
committed by Sam Lantinga
parent 2287c43b59
commit bfaf247d30
3 changed files with 3 additions and 5 deletions

View File

@@ -535,7 +535,7 @@ jobs:
uses: nttld/setup-ndk@v1
with:
local-cache: true
ndk-version: r21e
ndk-version: r28c
- name: 'Setup Java JDK'
uses: actions/setup-java@v4
with: