From 083428c0af3969213eee4b40ae05b2302cf62515 Mon Sep 17 00:00:00 2001 From: huangjie Date: Thu, 28 Apr 2022 20:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90resource=5Fmanagement?= =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 034efc34..5f34ac72 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -34,7 +34,7 @@ config("appspawn_config") { "${aafwk_path}/interfaces/innerkits/base/include", "${aafwk_path}/frameworks/kits/ability/native/include", "${aafwk_path}/services/abilitymgr/include", - "//base/global/resmgr_standard/interfaces/innerkits/include", + "//base/global/resource_management/interfaces/innerkits/include", "//base/security/access_token/interfaces/innerkits/token_setproc/include", "//base/startup/init_lite/services/log", "//base/startup/init_lite/services/include", -- Gitee