Skip to content

Commit 2161efe

Browse files
committed
Upgrade Android NDK to r29
1 parent 1bfe97e commit 2161efe

File tree

7 files changed

+4
-92
lines changed

7 files changed

+4
-92
lines changed

conan_patches/qt/conandata.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
patches:
22
"5.15.16":
3-
- "base_path": "qt5/qtbase"
4-
"patch_file": "patches/android-19-jar.diff"
5-
- "base_path": "qt5/qtbase"
6-
"patch_file": "patches/android-19-java.diff"
73
- "base_path": "qt5/qtbase"
84
"patch_file": "patches/android-21-22.diff"
95
- "base_path": "qt5/qtbase"

conan_patches/qt/patches/android-19-jar.diff

Lines changed: 0 additions & 71 deletions
This file was deleted.

conan_patches/qt/patches/android-19-java.diff

Lines changed: 0 additions & 13 deletions
This file was deleted.

conan_profiles/android-32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(base/android)
22

33
[settings]
44
arch=armv7
5-
os.api_level=19
5+
os.api_level=21
66

77
[conf]
88
# remove after switching to API level >= 24

conan_profiles/base/android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(common)
66
compiler=clang
77
compiler.cppstd={{ vars.cppstd }}
88
compiler.libcxx=c++_shared
9-
compiler.version=14
9+
compiler.version=21
1010
os=Android
1111

1212
[conf]

conan_profiles/base/android-ndk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tool_requires]
2-
android-ndk/r25c
2+
android-ndk/r29

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def config_options(self):
5353
def requirements(self):
5454
# lib
5555
# boost::filesystem removed support for Windows < 10 in v1.87
56-
boostMinVersion = "1.69"
56+
boostMinVersion = "1.74"
5757
if self.options.get_safe("target_pre_windows10", False):
5858
self.requires(f"boost/[>={boostMinVersion} <1.87]")
5959
else:

0 commit comments

Comments
 (0)