From 9e9f3e513b6c7d8ef211ed73042a20859737543a Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 27 Sep 2022 13:25:58 +0300 Subject: [PATCH] Coin: Fix includes in tqtc-android-automotive configuration This broke after 8899244b8c08ad93b9d090436a043ca4e009d2d0 which unified the Android targets into one config file. Pick-to: 6.4 Change-Id: I9b24973ddf716f97e72d152387365c35405e0502 Reviewed-by: Toni Saario --- coin/platform_configs/tqtc-android-automotive.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index ff837fb6..ad890e4e 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -1,9 +1,5 @@ Version: 2 -Include: [ - cmake_platforms_target_android_host_linux.yaml, - cmake_platforms_target_android_host_macos.yaml, - cmake_platforms_target_android_host_windows.yaml - ] +Include: [ cmake_platforms_target_android.yaml ] Configurations: - Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'