From a16afbc2c3aaa30d602b0c04e734e58b121da3e7 Mon Sep 17 00:00:00 2001 From: anjiaqi Date: Mon, 14 Jul 2025 14:39:41 +0800 Subject: [PATCH] Sdk-overload on 0702 Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICL6SH Signed-off-by: anjiaqi Change-Id: I6f8aaeceaa8ed9f8d37860043c8409511733016a --- config/ci_api_part_name.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/ci_api_part_name.json b/config/ci_api_part_name.json index 7b7679fa..fbe2a7a1 100644 --- a/config/ci_api_part_name.json +++ b/config/ci_api_part_name.json @@ -7392,7 +7392,7 @@ "drivers_interface_connected_nfc_tag", "secure_element", "wifi" - ], + ], "build_targets": [] }, { @@ -7937,9 +7937,9 @@ "build_targets": [] }, { - "path": "interface/sdk-js/api/@ohos.transfer.d.ets", - "bundle_name": ["ets_utils"], - "build_targets": [] + "path": "interface/sdk-js/api/@ohos.transfer.d.ets", + "bundle_name": ["ets_utils"], + "build_targets": [] } ], "sdk_c":[ @@ -8819,4 +8819,4 @@ "build_targets": [] } ] -} +} \ No newline at end of file -- Gitee