From eadbebacd459f9be50544323a24e540769fd57f7 Mon Sep 17 00:00:00 2001 From: gongyuhang Date: Mon, 3 Jul 2023 20:50:14 +0800 Subject: [PATCH] Write "libuv" to the proper list in "bundle.json" Issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I7I3CM Test: Command of componentization compilation. Signed-off-by: gongyuhang --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 1b922db9..9bc1d5be 100644 --- a/bundle.json +++ b/bundle.json @@ -26,12 +26,12 @@ "runtime_core", "faultloggerd", "hitrace", - "hilog", - "libuv" + "hilog" ], "third_party": [ "bounds_checking_function", "cJSON", + "libuv", "openssl" ] }, -- Gitee