From adcff73e245a027ac41dc2cc8db19522fa64f574 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Sun, 21 Jun 2026 22:20:35 +0800 Subject: [PATCH] coin: update id name for HarmonyOS builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We follow the name scheme like Android ones. And we upgraded to API 23 in 548f241460047444587525e6df6a8d4c705fec19 . Pick-to: 6.12 Change-Id: Ibe1a221ee561c50c432874987f8926da1b46f797 Reviewed-by: Joerg Bornemann Reviewed-by: Simo Fält --- coin/platform_configs/cmake_platforms_target_harmonyos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/cmake_platforms_target_harmonyos.yaml b/coin/platform_configs/cmake_platforms_target_harmonyos.yaml index 96959c42..65c74868 100644 --- a/coin/platform_configs/cmake_platforms_target_harmonyos.yaml +++ b/coin/platform_configs/cmake_platforms_target_harmonyos.yaml @@ -1,7 +1,7 @@ Version: 2 Configurations: - - Id: 'harmonyos-20-arm64-on-ubuntu-24.04-x64' + Id: 'harmonyos-23-arm64-on-linux' Template: 'qtci-linux-Ubuntu-24.04-x86_64-50' Target os: 'HarmonyOS_ANY' Target arch: 'arm64' @@ -17,7 +17,7 @@ Configurations: 'QT_HARMONYOS_HVIGOR=/opt/harmonyos/command-line-tools/bin/hvigorw' ] - - Id: 'harmonyos-20-arm64-on-ubuntu-24.04-x64-developer-build' + Id: 'harmonyos-23-arm64-on-linux-developer-build' Template: 'qtci-linux-Ubuntu-24.04-x86_64-50' Target os: 'HarmonyOS_ANY' Target arch: 'arm64'