From df6d1fa35762a99fc0f13805319e85350342e25b Mon Sep 17 00:00:00 2001 From: qianyong325 Date: Wed, 30 Jul 2025 15:29:52 +0800 Subject: [PATCH] fix include external header Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICPTDQ Change-Id: I3547b2daf0d560a2a9554ec117121883c5ffa248 Signed-off-by: qianyong325 --- component_compilation_whitelist.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 6e6ab592f4..2d805679a9 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -175,18 +175,9 @@ ], "//arkcompiler/ets_frontend/merge_abc:assembly_proto_static": [ "//arkcompiler/runtime_core/", - "//arkcompiler/runtime_core/assembler/", - "//arkcompiler/runtime_core/libpandabase/", - "//arkcompiler/runtime_core/libpandabase/mem/", - "//arkcompiler/runtime_core/plugins/ecmascript/assembler/", - "//arkcompiler/runtime_core/libpandafile/", - "//arkcompiler/runtime_core/libziparchive/", "//base/hiviewdfx/hilog/interfaces/native/innerkits/include/" ], "//arkcompiler/ets_frontend/merge_abc:merge_abc": [ - "//arkcompiler/runtime_core/assembler/", - "//arkcompiler/runtime_core/libpandabase/", - "//arkcompiler/runtime_core/libpandabase/mem/", "//arkcompiler/runtime_core/" ], "//arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test:mapleallUT": [ -- Gitee