Merge branch 'main' of http://git.zhenbs.com:9999/2-group-android/DevCheck-lib
This commit is contained in:
commit
60307f9a01
@ -20,7 +20,7 @@ android {
|
||||
path = file("src/main/cpp/CMakeLists.txt")
|
||||
}
|
||||
}
|
||||
ndkVersion = "26.1.10909125"
|
||||
ndkVersion = "29.0.14206865"
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.22.1)
|
||||
|
||||
project("andinfo")
|
||||
|
||||
add_subdirectory(cpuinfo)
|
||||
@ -23,3 +22,6 @@ target_link_libraries(andinfo
|
||||
GLESv2
|
||||
EGL
|
||||
vulkan)
|
||||
|
||||
target_link_options(andinfo PRIVATE "-Wl,-z,max-page-size=16384")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user