From c754d3a719fbd709cf12723f153d8b4fcc0be2e8 Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Tue, 16 Aug 2022 11:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E5=85=B1=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E7=B1=BB=E5=BA=93=E8=B7=AF=E5=BE=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- lite/BUILD.gn | 2 +- test/unittest/app_spawn_lite_test/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/BUILD.gn b/lite/BUILD.gn index eb4ee495..2d2d67de 100644 --- a/lite/BUILD.gn +++ b/lite/BUILD.gn @@ -53,7 +53,7 @@ executable("appspawn") { "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", "//third_party/bounds_checking_function/include/", "//third_party/cJSON", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", ] deps = [ diff --git a/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index 708a009a..012907ea 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/BUILD.gn @@ -33,7 +33,7 @@ unittest("AppSpawnLiteTest") { "//third_party/bounds_checking_function/include/", "//third_party/cJSON", "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", ] sources = [ -- Gitee