From daa9b8880643be4302c27a913fde131f17a03ef8 Mon Sep 17 00:00:00 2001 From: lijiahao Date: Wed, 7 Sep 2022 14:46:55 +0800 Subject: [PATCH] switch path deps on utils to commonlibrary Signed-off-by: lijiahao --- aw/cxx/distributed/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aw/cxx/distributed/BUILD.gn b/aw/cxx/distributed/BUILD.gn index 339bb72..18943a8 100755 --- a/aw/cxx/distributed/BUILD.gn +++ b/aw/cxx/distributed/BUILD.gn @@ -36,8 +36,8 @@ ohos_static_library("distributedtest_lib") { ] } else { external_deps = [ + "c_utils:utils", "hilog:libhilog", - "utils_base:utils", ] } public_configs = [ ":distributedtest_config" ] -- Gitee