From 47d4afa5239e5c87050355fe669ea256050de3da Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Fri, 12 May 2023 07:38:57 +0000 Subject: [PATCH] Fix platform dependecy for Android Automotive Change-Id: I933adf7fd754dc17b177b404b8ed6b785cb04ae4 Reviewed-by: Ville-Pekka Karhu --- coin/platform_configs/tqtc-android-automotive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',