This commit is contained in:
yuqian 2026-01-09 10:13:37 +08:00
commit 60307f9a01
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@ android {
path = file("src/main/cpp/CMakeLists.txt") path = file("src/main/cpp/CMakeLists.txt")
} }
} }
ndkVersion = "26.1.10909125" ndkVersion = "29.0.14206865"
buildTypes { buildTypes {
release { release {

View File

@ -1,5 +1,4 @@
cmake_minimum_required(VERSION 3.22.1) cmake_minimum_required(VERSION 3.22.1)
project("andinfo") project("andinfo")
add_subdirectory(cpuinfo) add_subdirectory(cpuinfo)
@ -23,3 +22,6 @@ target_link_libraries(andinfo
GLESv2 GLESv2
EGL EGL
vulkan) vulkan)
target_link_options(andinfo PRIVATE "-Wl,-z,max-page-size=16384")