From c2be6107d23a2c3097af7bf697105f95f3092a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=9B=9B=E5=B9=B3?= Date: Sat, 27 May 2023 02:58:11 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄四平 --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 2c0b2e7..afe0d44 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -47,7 +47,6 @@ ohos_shared_library("sqlite") { visibility += [ "//third_party/libsoup/*" ] visibility += [ "//base/security/access_token/*" ] visibility += [ "//foundation/resourceschedule/resource_schedule_service/*" ] - visibility += [ "//base/update/dupdate_engine/services/engine/*" ] sources = [ "src/sqlite3.c" ] -- Gitee