From 124842b0441dfc475ccb011939866463ecae2fef Mon Sep 17 00:00:00 2001 From: xuejikan Date: Thu, 25 May 2023 17:17:30 +0800 Subject: [PATCH] modified deps of the bundle.json Signed-off-by: xuejikan --- bundle.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 014342c..ed93f28 100644 --- a/bundle.json +++ b/bundle.json @@ -24,10 +24,12 @@ "deps": { "components": [ "hiviewdfx_hilog_native", - "c_utils" + "c_utils", + "napi" ], "third_party": [ - "huks" + "openssl", + "bounds_checking_function" ] }, "build": { -- Gitee