From d638d384580c2566a407423568d121cd6a02755f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=9D=E8=BF=AA?= Date: Tue, 10 Dec 2024 17:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈宝迪 --- .../test/commands.shard/permeable/build_har_test.dart | 2 +- .../test/commands.shard/permeable/build_hsp_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_tools/test/commands.shard/permeable/build_har_test.dart b/packages/flutter_tools/test/commands.shard/permeable/build_har_test.dart index 02fb23c83c..faa443cc54 100644 --- a/packages/flutter_tools/test/commands.shard/permeable/build_har_test.dart +++ b/packages/flutter_tools/test/commands.shard/permeable/build_har_test.dart @@ -170,7 +170,7 @@ void main() { projectPath, arguments: [ '--target-platform', - 'ohos-x86', + 'ohos-x64', '--tree-shake-icons', '--flavor', 'free', diff --git a/packages/flutter_tools/test/commands.shard/permeable/build_hsp_test.dart b/packages/flutter_tools/test/commands.shard/permeable/build_hsp_test.dart index cbb9e4b0c2..047e42d7ae 100644 --- a/packages/flutter_tools/test/commands.shard/permeable/build_hsp_test.dart +++ b/packages/flutter_tools/test/commands.shard/permeable/build_hsp_test.dart @@ -169,7 +169,7 @@ void main() { projectPath, arguments: [ '--target-platform', - 'ohos-x86', + 'ohos-x64', '--tree-shake-icons', '--flavor', 'free', -- Gitee