switch path deps on utils to commonlibrary

Signed-off-by: lijiahao <lijiahao36@huawei.com>
This commit is contained in:
lijiahao
2022-09-01 14:09:57 +08:00
parent eaa6853f85
commit 6d557905ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ static_library("hievent_lite") {
"//base/hiviewdfx/hievent_lite/interfaces/native/innerkits",
"//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite",
"//base/hiviewdfx/hiview_lite",
"//utils/native/lite/include",
"//commonlibrary/utils_lite/include",
"//third_party/bounds_checking_function/include",
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
]
+1 -1
View File
@@ -16,6 +16,6 @@ static_library("hievent_lite_command") {
cflags = [ "-Wall" ]
include_dirs = [
"//base/hiviewdfx/utils/lite",
"//utils/native/lite/include",
"//commonlibrary/utils_lite/include",
]
}