aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/tqtc-android-automotive.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/tqtc-android-automotive.yaml')
-rw-r--r--coin/platform_configs/tqtc-android-automotive.yaml44
1 files changed, 30 insertions, 14 deletions
diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml
index d13b6554..06b3c8c0 100644
--- a/coin/platform_configs/tqtc-android-automotive.yaml
+++ b/coin/platform_configs/tqtc-android-automotive.yaml
@@ -1,9 +1,10 @@
Version: 2
Include: [
cmake_platforms.yaml: [
- 'rhel-8.6',
- 'windows-10_22h2-mingw11',
- 'ubuntu-22.04-documentation'
+ 'rhel-8.8',
+ 'windows-10_22h2-mingw13',
+ 'ubuntu-22.04-documentation',
+ 'ubuntu-22.04-documentation-x11-tests'
],
macos.yaml: [
'macos-universal-on-x86_64'
@@ -11,25 +12,40 @@ Include: [
cmake_platforms_target_android.yaml: [
'android-arm64-on-macos',
'android-armv7-on-windows',
- 'android-x86-on-linux',
- 'android-x86_64-on-linux'
+ 'android-9-x86-on-linux',
+ 'android-14-x86_64-on-linux'
]
]
Configurations:
-
- Id: "automotive-android-x86-on-linux"
- Template: 'qtci-linux-RHEL-8.6-x86_64-50'
+ Id: "automotive-android-14-x86_64-on-linux"
+ Template: 'qtci-linux-RHEL-8.8-x86_64-50'
Target os: 'Android_ANY'
- Target arch: 'x86'
+ Target arch: 'x86_64'
Compiler: 'GCC'
Target compiler: 'Clang'
- Platform dependency: 'rhel-8.6'
- Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'VMSize8', 'UseConfigure']
+ Platform dependency: 'rhel-8.8'
+ Features: ['Packaging', 'Sccache', 'WarningsAreErrors', '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',
+ '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}}',
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID}}',
- 'CONAN_HOST_PROFILE=coin/conan/profiles/linux-x86_64-gcc',
- 'CONAN_PROFILE=coin/conan/profiles/unix-android-x86-clang',
- 'ANDROID_EMULATOR=@automotive_emulator_x86_api_30'
+ 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
+ 'ANDROID_EMULATOR=automotive_emulator_x86_64_api_34'
+ ]
+-
+ Id: "automotive-android-10-x86_64-on-linux"
+ Template: 'qtci-linux-RHEL-8.8-x86_64-50'
+ Target os: 'Android_ANY'
+ Target arch: 'x86_64'
+ Compiler: 'GCC'
+ Target compiler: 'Clang'
+ Platform dependency: 'rhel-8.8'
+ Features: ['Packaging', 'Sccache', 'WarningsAreErrors', '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}}',
+ 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID}}',
+ 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
+ 'ANDROID_EMULATOR=automotive_emulator_x86_64_api_29'
]