From bc8228e2117ed9dc5906845d7887b35c89c0eb97 Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Fri, 24 Jun 2022 02:22:46 -0700 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dsysparam=E4=BB=93=E5=BD=92?= =?UTF-8?q?=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong Change-Id: I23888822294c9673ab84d94192e776d49f34f774 --- bin/BUILD.gn | 2 +- bundle.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/BUILD.gn b/bin/BUILD.gn index 52e9cd3..39024e4 100644 --- a/bin/BUILD.gn +++ b/bin/BUILD.gn @@ -26,8 +26,8 @@ ohos_static_library("bytrace_osal_inner") { sources = [ "./src/bytrace_osal.cpp" ] public_configs = [ ":bytrace_osal_inner_config" ] external_deps = [ + "init:libbegetutil", "ipc:ipc_core", - "startup_l2:syspara", ] subsystem_name = "developtools" diff --git a/bundle.json b/bundle.json index 3eb7d1d..68836a3 100644 --- a/bundle.json +++ b/bundle.json @@ -20,8 +20,7 @@ "deps": { "components": [ "hilog", - "syspara", - "syspara_watchagent", + "init", "ipc", "utils_base" ], -- Gitee