From 36cb1a46d3164c301c04b0b63bce02c505435a79 Mon Sep 17 00:00:00 2001 From: Ivan Tyulyandin Date: Thu, 4 Sep 2025 12:10:50 +0300 Subject: [PATCH] [SDK] Remove util.json file Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICW950 Testing: all tests are passed, see internal CI Signed-off-by: Ivan Tyulyandin --- ets2panda/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ets2panda/CMakeLists.txt b/ets2panda/CMakeLists.txt index 729d0c3519..6a3f397ec6 100644 --- a/ets2panda/CMakeLists.txt +++ b/ets2panda/CMakeLists.txt @@ -66,7 +66,6 @@ if(PANDA_WITH_ETS) " \"@ohos.util.Deque\": [\"${STATIC_CORE}${DELIM}plugins${DELIM}ets${DELIM}sdk${DELIM}api${DELIM}@ohos.util.Deque.ets\"],\n" " \"@ohos.util.HashMap\": [\"${STATIC_CORE}${DELIM}plugins${DELIM}ets${DELIM}sdk${DELIM}api${DELIM}@ohos.util.HashMap.ets\"],\n" " \"@ohos.util.HashSet\": [\"${STATIC_CORE}${DELIM}plugins${DELIM}ets${DELIM}sdk${DELIM}api${DELIM}@ohos.util.HashSet.ets\"],\n" - " \"@ohos.util.json\": [\"${STATIC_CORE}${DELIM}plugins${DELIM}ets${DELIM}sdk${DELIM}api${DELIM}@ohos.util.json.ets\"],\n" " \"@ohos.util.LightWeightMap\": [\"${STATIC_CORE}${DELIM}plugins${DELIM}ets${DELIM}sdk${DELIM}api${DELIM}@ohos.util.LightWeightMap.ets\"],\n" " \"@ohos.util.LightWeightSet\": [\"${STATIC_CORE}${DELIM}plugins${DELIM}ets${DELIM}sdk${DELIM}api${DELIM}@ohos.util.LightWeightSet.ets\"],\n" " \"@ohos.util.LinkedList\": [\"${STATIC_CORE}${DELIM}plugins${DELIM}ets${DELIM}sdk${DELIM}api${DELIM}@ohos.util.LinkedList.ets\"],\n" -- Gitee