From 6694a8253c413ef3007d4b3d096752bf66b30166 Mon Sep 17 00:00:00 2001 From: hanxingxing Date: Fri, 17 Jan 2025 06:42:27 +0000 Subject: [PATCH] test Signed-off-by: hanxingxing --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 1cbf2af..906b167 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -12,6 +12,7 @@ # limitations under the License. import("//build/ohos.gni") + ohos_app("user_cert_manager") { deps = [ ":cert_manager_js_assets", -- Gitee