From ef49d1c65e040602785ebd1519cd0b5c91083225 Mon Sep 17 00:00:00 2001 From: liuhu Date: Fri, 18 Apr 2025 15:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuhu Change-Id: Ieddf0cdfef1c206aced8d5b8fa289e89e65382c4 --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 64c8e42..4eb55da 100644 --- a/bundle.json +++ b/bundle.json @@ -23,7 +23,9 @@ "third_party": [] }, "build": { - "sub_component": [], + "sub_component": [ + "//applications/standard/applications_auth_widget:auth_widget" + ], "inner_kits": [], "test": [] } -- Gitee