From 2bd81463841d343a8866705c8aff835f8b8160de 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arkui-plugins/BUILD.gn b/arkui-plugins/BUILD.gn index 707355e1d..80ddd117a 100755 --- a/arkui-plugins/BUILD.gn +++ b/arkui-plugins/BUILD.gn @@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# test +# test import("//build/ohos.gni") import("//build/config/components/ets_frontend/ets2abc_config.gni") @@ -66,4 +68,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