From ac0ec58992c5a79e79b2cee7a10e56ab0ac98d86 Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Tue, 16 Aug 2022 11:05:45 +0800 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: laiguizhong --- interfaces/innerkits/token/BUILD.gn | 4 ++-- services/param/linux/BUILD.gn | 2 +- services/param/liteos/BUILD.gn | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interfaces/innerkits/token/BUILD.gn b/interfaces/innerkits/token/BUILD.gn index d0aaff46..6fa2ae9f 100755 --- a/interfaces/innerkits/token/BUILD.gn +++ b/interfaces/innerkits/token/BUILD.gn @@ -21,7 +21,7 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { include_dirs = [ "//base/startup/init/interfaces/innerkits/include", "//base/startup/init/interfaces/innerkits/include/token", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", "//base/startup/init/interfaces/innerkits/token", ] sources = [ "src/token_impl_posix/token.c" ] @@ -40,7 +40,7 @@ if (ohos_kernel_type == "liteos_m") { include_dirs = [ "//base/startup/init/interfaces/innerkits/include", "//base/startup/init/interfaces/innerkits/include/token", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", "//base/startup/init/interfaces/innerkits/token", "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite", ] diff --git a/services/param/linux/BUILD.gn b/services/param/linux/BUILD.gn index 0fa10739..3c6bb0c8 100755 --- a/services/param/linux/BUILD.gn +++ b/services/param/linux/BUILD.gn @@ -38,7 +38,7 @@ param_include_dirs = [ "//base/startup/init/services/loopevent/include", "//third_party/bounds_checking_function/include", "//third_party/cJSON", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", "//base/security/selinux/interfaces/policycoreutils/include", ] diff --git a/services/param/liteos/BUILD.gn b/services/param/liteos/BUILD.gn index 4993df28..313ed311 100644 --- a/services/param/liteos/BUILD.gn +++ b/services/param/liteos/BUILD.gn @@ -25,7 +25,7 @@ param_include_dirs = [ "//base/startup/init/services/loopevent/include", "//third_party/bounds_checking_function/include", "//third_party/cJSON", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", ] param_build_defines = [ -- GitLab