mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-22 23:00:21 +00:00
SDK打包去除device_define_common
Signed-off-by: jwx1102601 <jiangqianjin@huawei.com>
This commit is contained in:
parent
a4faf90636
commit
a3d1766df6
11
BUILD.gn
11
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}}" ]
|
||||
|
Loading…
Reference in New Issue
Block a user