From 91d782a2e33fd8632cd35b74ec1875b1aa402f57 Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Tue, 10 Jun 2025 17:21:20 +0800 Subject: [PATCH] add all_dependent_configs Signed-off-by: lanhaoyu --- modules/native_adapter/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/native_adapter/BUILD.gn b/modules/native_adapter/BUILD.gn index 4a41ac59..b819b9eb 100644 --- a/modules/native_adapter/BUILD.gn +++ b/modules/native_adapter/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Huawei Device Co., Ltd. +# Copyright (c) 2024-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -35,6 +35,7 @@ ohos_shared_library("nativespawn") { "ability_runtime:appkit_native", "ability_runtime:runtime", "c_utils:utils", + "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", "hilog:libhilog", "init:libbegetutil", -- Gitee