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")
|
path = file("src/main/cpp/CMakeLists.txt")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ndkVersion = "26.1.10909125"
|
ndkVersion = "29.0.14206865"
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -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")
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user