From c8b617b1d3b1b123ebf53ceea118f46daa5e37bb Mon Sep 17 00:00:00 2001 From: liuxiyao223 Date: Mon, 25 Dec 2023 14:15:21 +0800 Subject: [PATCH] Change cares Signed-off-by: liuxiyao223 Change-Id: I0245df69b6b3678ce3a3a42caf4e316277f8cf24 --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 7240b2537..df9ad26ba 100644 --- a/bundle.json +++ b/bundle.json @@ -23,13 +23,13 @@ "ram": "", "deps": { "components": [ - "network_communication" + "network_communication", + "netstack" ], "third_party": [ "nghttp2", "openssl", - "zlib", - "cares" + "zlib" ] }, "build": { -- Gitee