From 2368a286f40eaeb9f2a14cb6a2e7b9f50dca7eae Mon Sep 17 00:00:00 2001 From: Alexey Khoraskin Date: Wed, 3 Sep 2025 10:41:46 +0300 Subject: [PATCH] Support Standalone Previewer. Signed-off-by: Alexey Khoraskin Change-Id: I57afd0f2a682035fa5fe61b2674ff2e4cc05068c --- ohos/sdk/ohos_sdk_description_std.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ohos/sdk/ohos_sdk_description_std.json b/ohos/sdk/ohos_sdk_description_std.json index 4ababafae7..876667b646 100644 --- a/ohos/sdk/ohos_sdk_description_std.json +++ b/ohos/sdk/ohos_sdk_description_std.json @@ -965,6 +965,15 @@ "linux" ] }, + { + "install_dir": "previewer/common/bin", + "module_label": "//ide/tools/previewer:previewer_cli", + "target_os": [ + "windows", + "darwin", + "linux" + ] + }, { "install_dir": "previewer/liteWearable/bin", "module_label": "//ide/tools/previewer:lite_previewer", @@ -1005,7 +1014,8 @@ "module_label": "//foundation/ability/ability_runtime/frameworks/simulator:copy_ability_simulator", "target_os": [ "windows", - "darwin" + "darwin", + "linux" ] }, { -- Gitee