Skip to content

Commit 9e36857

Browse files
committed
Update NDK version to 28
1 parent 7f957ce commit 9e36857

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ jobs:
625625
uses: nttld/setup-ndk@v1
626626
with:
627627
local-cache: true
628-
ndk-version: r21e
628+
ndk-version: r28c
629629
- name: 'Setup Java JDK'
630630
uses: actions/setup-java@v4
631631
with:

build-scripts/build-release.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,7 @@ def __init__(self, name: str, ints: tuple[int, ...]):
542542
def __repr__(self) -> str:
543543
return f"<{self.name} ({'.'.join(str(v) for v in self.ints)})>"
544544

545-
ANDROID_ABI_EXTRA_LINK_OPTIONS = {
546-
"arm64-v8a": "-Wl,-z,max-page-size=16384 -Wl,-z,common-page-size=16384",
547-
}
545+
ANDROID_ABI_EXTRA_LINK_OPTIONS = {}
548546

549547
class Releaser:
550548
def __init__(self, release_info: dict, commit: str, revision: str, root: Path, dist_path: Path, section_printer: SectionPrinter, executer: Executer, cmake_generator: str, deps_path: Path, overwrite: bool, github: bool, fast: bool):

build-scripts/release-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
],
172172
"api-minimum": 19,
173173
"api-target": 29,
174-
"ndk-minimum": 21,
174+
"ndk-minimum": 28,
175175
"aar-files": {
176176
"": [
177177
"build-scripts/pkg-support/android/aar/__main__.py.in:__main__.py",

0 commit comments

Comments
 (0)