From 312a6099d34ed8c3538bd211a4e2b45e8e50bdb3 Mon Sep 17 00:00:00 2001 From: chen_jie Date: Sun, 21 Aug 2022 23:57:22 -0700 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E5=9F=BA=E7=A1=80=E7=B1=BB?= =?UTF-8?q?=E5=BA=93=E8=B7=AF=E5=BE=84=E4=BE=9D=E8=B5=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chen_jie Change-Id: Icae9bde0881a399fcebcfaeb426498d995e3c8bd --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 68c3b06..16a8beb 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -40,7 +40,7 @@ executable("appspawn") { include_dirs = [ "include", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", -- GitLab