From ad878b7a5371fddde463196036ca3e9c84653510 Mon Sep 17 00:00:00 2001 From: liuhu Date: Fri, 18 Apr 2025 15:11:40 +0800 Subject: [PATCH] =?UTF-8?q?auth=5Fwidget=E7=9B=AE=E6=A0=87=E4=BB=8Eohos.bu?= =?UTF-8?q?ild=E4=B8=ADprebuilt=5Fhap=E8=BF=81=E7=A7=BB=E8=87=B3auth=5Fwid?= =?UTF-8?q?get=E4=B8=AD=E6=8B=89=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuhu41 Change-Id: Ie56bb9726997c4aaa3b9f070d3878485c9936203 --- BUILD.gn | 2 +- bundle.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 416569e..52ed92a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -42,6 +42,6 @@ ohos_hap("auth_widget") { certificate_profile = "signature/auth_widget.p7b" hap_name = "AuthWidget" subsystem_name = "applications" - part_name = "prebuilt_hap" + part_name = "auth_widget" module_install_dir = "app/com.ohos.useriam.authwidget" } 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