From 5f3ffcb24a98aa749f735145ef1cb9173a763f0f Mon Sep 17 00:00:00 2001 From: chengyuli Date: Thu, 17 Jul 2025 16:52:40 +0800 Subject: [PATCH] ets_runtime remove all_dependent_configs Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICN0R1 Signed-off-by: chengyuli Change-Id: I24717efb54bda48905069e62a901e429ce57acf5 --- BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 55d9cf0cad..2aff6e4163 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1629,7 +1629,6 @@ ohos_source_set("libark_jsruntime_static") { external_deps += [ "runtime_core:arkfile_header_deps" ] } else { deps += [ "$ark_root/libpandafile:arkfile_header_deps" ] - all_dependent_configs = [ ":ark_jsruntime_public_config" ] } if (ark_js_hybrid) { @@ -1712,7 +1711,6 @@ ohos_shared_library("libark_jsruntime") { deps += [ "$ark_root/libpandafile:libarkfile_runtime_static" ] } - all_dependent_configs = [ ":ark_jsruntime_public_config" ] public_configs = [ ":ark_jsruntime_public_config" ] if (is_ohos && is_standard_system && !is_debug) { -- Gitee