From a3e8c4c9ebd9509a1f50a63a479d4f7589a6bcbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=95=8F=E6=9D=B0?= Date: Wed, 13 Aug 2025 09:43:50 +0000 Subject: [PATCH] =?UTF-8?q?=E7=8D=A8=E7=AB=8B=E7=B7=A8=E8=AD=AF=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 吴敏杰 --- interfaces/innerkits/samgr_proxy/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/innerkits/samgr_proxy/BUILD.gn b/interfaces/innerkits/samgr_proxy/BUILD.gn index f5f54321..82a14d64 100644 --- a/interfaces/innerkits/samgr_proxy/BUILD.gn +++ b/interfaces/innerkits/samgr_proxy/BUILD.gn @@ -68,6 +68,7 @@ ohos_shared_library("samgr_proxy") { public_configs = [ ":lsamgr_proxy_config", ":samgr_proxy_config", + "../dynamic_cache:dynamic_cache_config", ] if (is_standard_system) { -- Gitee