mirror of
https://github.com/openharmony/applications_auth_widget.git
synced 2026-07-01 20:14:09 -04:00
auth_widget目标从ohos.build中prebuilt_hap迁移至auth_widget中拉起
Signed-off-by: liuhu <liuhu41@h-partners.com> Change-Id: Ieddf0cdfef1c206aced8d5b8fa289e89e65382c4
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
+3
-1
@@ -23,7 +23,9 @@
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"sub_component": [
|
||||
"//applications/standard/applications_auth_widget:auth_widget"
|
||||
],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user