From a68a046903bf455a813217fda782e6f71480790a Mon Sep 17 00:00:00 2001 From: chenjx-huawei Date: Sun, 4 Feb 2024 11:53:21 +0800 Subject: [PATCH] Add libark_jsruntime_arm_set and libark_js_intl_arm_set to white list for deps_added_external_part_module Signed-off-by: chenjx-huawei Change-Id: I3840a452b807f98b10a5359c9bbead63af927164 --- component_compilation_whitelist.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 87a4114219..bbaec1cbb1 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -625,6 +625,12 @@ "//prebuilts/ark_tools/ark_js_prebuilts/llvm_prebuilts_windows/llvm/include/", "//prebuilts/ark_tools/ark_js_prebuilts/llvm_prebuilts_windows/build/include/" ], + "//arkcompiler/ets_runtime:libark_jsruntime_arm_set": [ + "//prebuilts/ark_tools/ark_js_prebuilts/llvm_prebuilts/llvm/include/", + "//prebuilts/ark_tools/ark_js_prebuilts/llvm_prebuilts/build/include/", + "//prebuilts/ark_tools/ark_js_prebuilts/llvm_prebuilts_windows/llvm/include/", + "//prebuilts/ark_tools/ark_js_prebuilts/llvm_prebuilts_windows/build/include/" + ], "//arkcompiler/ets_runtime:libark_jsruntime_test": [ "//prebuilts/ark_tools/ark_js_prebuilts/llvm_prebuilts/llvm/include/", "//prebuilts/ark_tools/ark_js_prebuilts/llvm_prebuilts/build/include/", @@ -14060,12 +14066,18 @@ "//arkcompiler/ets_runtime:libark_js_intl_set": [ "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps" ], + "//arkcompiler/ets_runtime:libark_js_intl_arm_set": [ + "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps" + ], "//arkcompiler/ets_runtime:libark_jsruntime": [ "//arkcompiler/runtime_core/libpandafile:libarkfile_static" ], "//arkcompiler/ets_runtime:libark_jsruntime_set": [ "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps" ], + "//arkcompiler/ets_runtime:libark_jsruntime_arm_set": [ + "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps" + ], "//arkcompiler/ets_runtime:libark_jsruntime_static": [ "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps" ], -- Gitee