aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_target_android_12.yaml
diff options
context:
space:
mode:
authorRami Potinkara <rami.potinkara@qt.io>2023-05-09 22:18:42 +0300
committerRami Potinkara <rami.potinkara@qt.io>2023-05-17 08:24:02 +0300
commitef12163e2567dced323f524cc40e5382a4a25e76 (patch)
tree1dc43788d5f0629bee592804ae7ebd38feaad3ce /coin/platform_configs/cmake_platforms_target_android_12.yaml
parent2751db4d2902083d3678d16fdb444e053138be19 (diff)
Android: Android OS 13 API 33 to CI as maximum version
Android 13 replaces Android 12 as max version in CI. Android 6 kept as minimum version of Android in CI. Task-number: QTQAINFRA-5392 Task-number: QTQAINFRA-5431 Change-Id: If85c6f63d52055e2ba95f92c154b20a6b809c7dc Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'coin/platform_configs/cmake_platforms_target_android_12.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_target_android_12.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/coin/platform_configs/cmake_platforms_target_android_12.yaml b/coin/platform_configs/cmake_platforms_target_android_12.yaml
deleted file mode 100644
index a290e2c3..00000000
--- a/coin/platform_configs/cmake_platforms_target_android_12.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-Version: 2
-Configurations:
--
- Id: 'android-12-x86_64-on-linux'
- Template: 'qtci-linux-RHEL-8.6-x86_64-50'
- Target os: 'Android_ANY'
- Target arch: 'x86_64'
- Compiler: 'GCC'
- Target compiler: 'Clang'
- Platform dependency: 'rhel-8.6'
- Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'VMSize8', 'UseConfigure']
- Environment variables: [
- 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_DEFAULT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86_64',
- 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_DEFAULT}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
- 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID_X86_64}}',
- 'CONAN_HOST_PROFILE=coin/conan/profiles/ci-linux-x86_64-gcc',
- 'CONAN_PROFILE=coin/conan/profiles/ci-unix-android-x86_64-clang',
- 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_DEFAULT}}',
- 'ANDROID_EMULATOR=@emulator_x86_64_api_31'
- ]