Skip to content

Commit 0aaee40

Browse files
committed
Update NDK version to 28
1 parent cafe851 commit 0aaee40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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):

0 commit comments

Comments
 (0)