Skip to content

Commit 9ecd1c3

Browse files
committed
chore: update ndk
NDK 28.0.13004108 CMake 3.31.6 Support 16KB page size
1 parent a9b596d commit 9ecd1c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/jni/cmake/Rime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ option(BUILD_TEST "" OFF)
2424
option(BUILD_STATIC "" ON)
2525
add_subdirectory(librime)
2626
target_compile_options(
27-
rime-static PRIVATE "-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.")
27+
rime-static PRIVATE "-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=." "-Wno-error=deprecated-declarations")
2828

2929
target_compile_options(
3030
rime-lua-objs PRIVATE "-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.")

build-logic/convention/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// SPDX-License-Identifier: GPL-3.0-or-later
44

55
object Versions {
6-
const val DEFAULT_CMAKE = "3.22.1"
7-
const val DEFAULT_NDK = "25.2.9519653"
6+
const val DEFAULT_CMAKE = "3.31.6"
7+
const val DEFAULT_NDK = "28.0.13004108"
88

99
val supportedAbis = setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
1010
}

0 commit comments

Comments
 (0)