From 913c681f2c1c54beaf41aba27ab09011691ff748 Mon Sep 17 00:00:00 2001 From: yp9522 Date: Sat, 13 Apr 2024 21:04:07 +0800 Subject: [PATCH] add third_party info for bundle.json Signed-off-by: yp9522 Change-Id: I0535b1de6d7d35732245bd5ba5a7f3f96ebb0fe5 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index c1b82294..285d53e2 100644 --- a/bundle.json +++ b/bundle.json @@ -23,7 +23,7 @@ "ram": "", "deps": { "components": [], - "third_party": [] + "third_party": ["zlib"] }, "build": { "sub_component": [], -- Gitee