diff --git a/BUILD.gn b/BUILD.gn index de5c40492f..7467ddfdf4 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}}" ]