From 38398a203a0901c9cd43d98078b93f80b931a2ff Mon Sep 17 00:00:00 2001 From: yujann Date: Sat, 25 Nov 2023 06:56:35 +0000 Subject: [PATCH] =?UTF-8?q?update=20BUILD.gn.=20=E5=A2=9E=E5=8A=A0base/acc?= =?UTF-8?q?esscontrol/sandbox=5Fmanager/=E7=9A=84visibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yujann --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 8271e00..dc950e0 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -47,6 +47,7 @@ ohos_shared_library("sqlite") { visibility += [ "//foundation/resourceschedule/resource_schedule_service/*" ] visibility += [ "//foundation/bundlemanager/ecological_rule_mgr/*" ] visibility += [ "//vendor/*" ] + visibility += [ "//base/accesscontrol/sandbox_manager/*" ] sources = [ "src/sqlite3.c" ] -- Gitee