summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2023-05-12 07:38:57 +0000
committerHeikki Halmet <heikki.halmet@qt.io>2023-05-16 05:55:33 +0000
commit47d4afa5239e5c87050355fe669ea256050de3da (patch)
treebdcf3e4fc602887b8c69293f8a7c5c77d2da43d3
parenta07826f70f8091e9482e0834e5bd7b3bdf9ab7ba (diff)
downloadqt5-47d4afa5239e5c87050355fe669ea256050de3da.tar.gz
Fix platform dependecy for Android Automotive
Change-Id: I933adf7fd754dc17b177b404b8ed6b785cb04ae4 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
-rw-r--r--coin/platform_configs/tqtc-android-automotive.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml
index 4c6b82c6..d13b6554 100644
--- a/coin/platform_configs/tqtc-android-automotive.yaml
+++ b/coin/platform_configs/tqtc-android-automotive.yaml
@@ -23,7 +23,7 @@ Configurations:
Target arch: 'x86'
Compiler: 'GCC'
Target compiler: 'Clang'
- Platform dependency: 'rhel-8.4'
+ 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',