From 80dd28f409079e94b8bd5acd6ffb4b262be9b1bd Mon Sep 17 00:00:00 2001 From: wangyongzhong2 Date: Fri, 29 Jul 2022 14:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E9=83=A8=E4=BB=B6=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyongzhong2 --- bundle.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index c7b8261..fb2ee10 100644 --- a/bundle.json +++ b/bundle.json @@ -25,9 +25,8 @@ "ram": "50KB", "deps": { "components": [ - "utils_base", - "libhilog", - "dslm_sdk" + "device_security_level", + "hiviewdfx_hilog_native" ], "third_party": [] }, -- Gitee