mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
modify the preloader_output_dir to adapter product_name
Signed-off-by: chuxuezhe111 <hanjixiao@huawei.com>
This commit is contained in:
@@ -150,7 +150,8 @@ build_ext_component("generate_pcid") {
|
||||
cmd = "${exec_path}/clang_x64/developtools/syscap_codec/syscap_tool"
|
||||
}
|
||||
command = "chmod 777 $cmd"
|
||||
command += " && $cmd -P -e -i ${preload_path}/${product_name}/system/etc/SystemCapability.json"
|
||||
command +=
|
||||
" && $cmd -P -e -i ${preload_path}/system/etc/SystemCapability.json"
|
||||
if (defined(ohos_lite)) {
|
||||
command += " && mkdir -p $exec_path/system/etc && cp $exec_path/PCID.sc $exec_path/system/etc/PCID.sc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user