Replace the dependence on utils with utilsbase in hdcd

utils is a shared library module, and utilsbase is a static library module. hdcd should be an independent executable file, or when we push libutils.z.so into system by hdc, the system will crash.

Signed-off-by: liujialiang <liujialiang10@huawei.com>
Change-Id: I90b36aca3129e5d70c9b12f2fdc8d13c9514ffd3
This commit is contained in:
liujialiang 2022-06-17 16:02:55 +08:00
parent 48ba4552a9
commit 019f14629f

View File

@ -86,7 +86,7 @@ ohos_executable("hdcd") {
"//third_party/libuv:uv_static",
"//third_party/lz4:liblz4_static",
"//third_party/openssl:libcrypto_static",
"//utils/native/base:utils",
"//utils/native/base:utilsbase",
]
if (hdc_jdwp_test) {