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

!138 FIX:【内核子系统集成测试】无法单独编译内核组件

Merge pull request !138 from yangming_ha/master
......@@ -16,10 +16,10 @@
"liteos.bin"
],
"adapted_board": [
"hi3516dv300",
"hi3516dv300_openharmony",
"hispark_aries",
"hispark_taurus",
"hi3518ev300",
"hi3518ev300_openharmony"
"hi3516dv300"
],
"adapted_kernel": [ "liteos_a" ],
"features": [],
......@@ -107,7 +107,7 @@
"features": [],
"adapted_board": [
"hi3516dv300",
"hi3516dv300_openharmony"
"hispark_taurus"
],
"adapted_kernel": [ "linux" ],
"deps": {
......
......@@ -60,6 +60,10 @@ if (board_toolchain != "" && use_board_toolchain) {
ohos_current_strip_command = "$compile_prefix/llvm-objcopy$toolchain_cmd_suffix --strip-all"
default_target_configs = [ "//build/lite/config:clang_opt" ]
}
# Overwrite ld cmd by customed cmd.
if(defined(board_customed_ld_cmd)) {
ohos_current_ld_command = board_customed_ld_cmd
}
} else {
# OHOS default toolchain: ohos_clang
ohos_current_toolchain = "ohos_clang"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册