From 6fefae9ca3b855af95d589a8ffa52c8ba4f47017 Mon Sep 17 00:00:00 2001 From: lizhao Date: Fri, 11 Aug 2023 11:51:29 +0800 Subject: [PATCH] test Signed-off-by: lizhao --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index c41223a..ca3564a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -107,7 +107,7 @@ ohos_shared_library("libpcre2") { install_images = [ "system", "ramdisk", - "updater", +# "updater", ] license_file = "$PCRE2_LIB_DIR/LICENCE" innerapi_tags = [ -- Gitee