提交 19b39b1b 编写于 作者: O openharmony_ci 提交者: Gitee

!600 参数化liteos_config_file配置项

Merge pull request !600 from Caoruihong/opt_20210902
......@@ -45,7 +45,11 @@ if (tee_enable) {
tee = "_tee"
}
liteos_config_file = "$product_path/kernel_configs/${ohos_build_type}${tee}.config"
declare_args() {
liteos_config_file = "${ohos_build_type}${tee}.config"
}
liteos_config_file = rebase_path(liteos_config_file, "", "$product_path/kernel_configs")
print("liteos_config_file:", liteos_config_file)
exec_script("//build/lite/run_shell_cmd.py",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册