From 29f1d824d53b9c281d78fdb08974727f6a7797dc Mon Sep 17 00:00:00 2001 From: jixingchun Date: Wed, 22 Jun 2022 11:22:31 +0800 Subject: [PATCH] refactor: graphic_2d remove_weston, add direct deps Change the indirect dependencies public by the graph to direct dependencies Change-Id: I7bb9355d0f6a73a7dde66d612eefabd84f692e80 Signed-off-by: jixingchun --- interfaces/kits/js/napi/system_timer/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/js/napi/system_timer/BUILD.gn b/interfaces/kits/js/napi/system_timer/BUILD.gn index a6f0820..6fa8904 100644 --- a/interfaces/kits/js/napi/system_timer/BUILD.gn +++ b/interfaces/kits/js/napi/system_timer/BUILD.gn @@ -61,6 +61,7 @@ ohos_shared_library("systemtimer") { "ability_runtime:wantagent_innerkits", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", + "utils_base:utils", ] relative_install_dir = "module"