提交 667b805b 编写于 作者: L lijiahao

switch path deps on utils to commonlibrary

Signed-off-by: Nlijiahao <lijiahao36@huawei.com>
上级 8d1181a7
...@@ -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.
先完成此消息的编辑!
想要评论请 注册