未验证 提交 5cf7bbc9 编写于 作者: O openharmony_ci 提交者: Gitee

!5704 switch path deps on utils to commonlibrary

Merge pull request !5704 from Leon/master
...@@ -67,7 +67,7 @@ hcpptest_suite("ActsSamgrTest") { ...@@ -67,7 +67,7 @@ hcpptest_suite("ActsSamgrTest") {
"src", "src",
"src/utils", "src/utils",
"include", "include",
"//utils/native/native_lite/include", "//commonlibrary/utils_lite/include",
"//third_party/bounds_checking_function/include", "//third_party/bounds_checking_function/include",
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry",
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
......
...@@ -32,7 +32,7 @@ DEVICEAUTH_BASIC_DEPS_SOURCE = [ ...@@ -32,7 +32,7 @@ DEVICEAUTH_BASIC_DEPS_SOURCE = [
DEVICEAUTH_BASIC_DEPS_INC = [ DEVICEAUTH_BASIC_DEPS_INC = [
"//base/iothardware/peripheral/interfaces/inner_api", "//base/iothardware/peripheral/interfaces/inner_api",
"//utils/native/lite/include", # utils_file.h ohos_types.h "//commonlibrary/utils_lite/include", # utils_file.h ohos_types.h
# alg test # alg test
"//base/security/device_auth/deps_adapter/key_management_adapter/interfaces", "//base/security/device_auth/deps_adapter/key_management_adapter/interfaces",
......
...@@ -19,7 +19,7 @@ hctest_suite("ActsBootstrapTest") { ...@@ -19,7 +19,7 @@ hctest_suite("ActsBootstrapTest") {
include_dirs = [ include_dirs = [
"src", "src",
"//utils/native/native_lite/include", "//commonlibrary/utils_lite/include",
] ]
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
...@@ -22,7 +22,7 @@ hcpptest_suite("ActsBootstrapTest") { ...@@ -22,7 +22,7 @@ hcpptest_suite("ActsBootstrapTest") {
include_dirs = [ include_dirs = [
"src", "src",
"//utils/native/native_lite/include", "//commonlibrary/utils_lite/include",
"//third_party/bounds_checking_function/include/", "//third_party/bounds_checking_function/include/",
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册