From a3d1766df649862b651d4f9dcf699fa6d614d9ff Mon Sep 17 00:00:00 2001 From: jwx1102601 Date: Fri, 27 Sep 2024 10:20:56 +0800 Subject: [PATCH] =?UTF-8?q?SDK=E6=89=93=E5=8C=85=E5=8E=BB=E9=99=A4device?= =?UTF-8?q?=5Fdefine=5Fcommon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jwx1102601 --- BUILD.gn | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index de5c40492..7467ddfdf 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -66,17 +66,6 @@ ohos_copy_internal("ets_component") { iv_input = "//interface/sdk-js/api/@internal/component/ets" } -if (!(defined(is_arkui_x) && is_arkui_x)) { - ohos_copy("device_define_common") { - process_script = "//developtools/syscap_codec/tools/syscap_collector.py" - exec_script(process_script) - sources = [ "//interface/sdk-js/api/device-define-common" ] - outputs = [ target_out_dir + "/$target_name" ] - module_source_dir = target_out_dir + "/$target_name" - module_install_name = "" - } -} - ohos_copy("common_api") { sources = common_api_src outputs = [ target_out_dir + "/$target_name/{{source_file_part}}" ]