From e64f39e36df6663cc14b0089bf3a4f47f9feb763 Mon Sep 17 00:00:00 2001 From: enxue Date: Fri, 18 Jul 2025 10:06:49 +0800 Subject: [PATCH] 0702api-check-plugin build Signed-off-by: enxue --- ohos/sdk/ohos_sdk_description_std.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ohos/sdk/ohos_sdk_description_std.json b/ohos/sdk/ohos_sdk_description_std.json index fd7c0f43bc..a617fbfb68 100644 --- a/ohos/sdk/ohos_sdk_description_std.json +++ b/ohos/sdk/ohos_sdk_description_std.json @@ -1366,6 +1366,15 @@ "darwin" ] }, + { + "install_dir": "ets/ets1.2/build-tools/ui-plugins/lib", + "module_label": "//interface/sdk-js:api_check_plugin", + "target_os": [ + "linux", + "windows", + "darwin" + ] + }, { "install_dir": "ets/ets1.2/build-tools/migration-helper", "module_label": "//arkcompiler/ets_frontend/ets2panda/linter:ets2panda_build_linter", -- Gitee