From 51ecfdf06dff08bd79b79b4af86b1c63ddc0c51d Mon Sep 17 00:00:00 2001 From: hanhaotian Date: Sat, 18 Nov 2023 09:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0sqlite=E5=8F=AF=E8=A7=81?= =?UTF-8?q?=E6=80=A7=E8=B7=AF=E5=BE=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hanhaotian --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index d267750..8271e00 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -46,6 +46,7 @@ ohos_shared_library("sqlite") { visibility += [ "//third_party/libsoup/*" ] visibility += [ "//foundation/resourceschedule/resource_schedule_service/*" ] visibility += [ "//foundation/bundlemanager/ecological_rule_mgr/*" ] + visibility += [ "//vendor/*" ] sources = [ "src/sqlite3.c" ] -- Gitee