From 428a2341563db54c09bf39b37edddf5a49ae0543 Mon Sep 17 00:00:00 2001 From: lijunru Date: Fri, 18 Jul 2025 11:43:13 +0800 Subject: [PATCH] Test Issue: test Signed-off-by: lijunru --- arkui-plugins/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arkui-plugins/BUILD.gn b/arkui-plugins/BUILD.gn index 707355e1d..03b768a19 100755 --- a/arkui-plugins/BUILD.gn +++ b/arkui-plugins/BUILD.gn @@ -11,6 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# test import("//build/ohos.gni") import("//build/config/components/ets_frontend/ets2abc_config.gni") @@ -66,4 +67,4 @@ ohos_copy("ohos_ets_ui_plugins") { outputs = [ ohos_ets_ui_plugins_path ] subsystem_name = "developtools" part_name = "ace_ets2bundle" -} \ No newline at end of file +} -- Gitee