提交 ece42a4a 编写于 作者: O openharmony_ci 提交者: Gitee

!277 新增ohos_kernel_is_prebuilt参数

Merge pull request !277 from Caoruihong/kconfig
......@@ -37,6 +37,7 @@ declare_args() {
ohos_build_target = ""
ohos_build_compiler_dir = ""
ohos_kernel_type = ""
ohos_kernel_is_prebuilt = false
use_board_toolchain = true
# hb set it to true if ccache installed.
......@@ -62,6 +63,9 @@ if (product_path != "") {
# Supported kernel: "liteos_a", "liteos_m", "linux"
ohos_kernel_type = product_config.kernel_type
if (defined(product_config.kernel_is_prebuilt)) {
ohos_kernel_is_prebuilt = product_config.kernel_is_prebuilt
}
# To be deleted, and will use board config.
if (defined(product_config.vendor_adapter_dir)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册