mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-19 16:24:25 -04:00
!8 mark_as_prebuilts目标被移动到//build/lite模块
Merge pull request !8 from Caoruihong/optimize_build_scripts
This commit is contained in:
@@ -33,7 +33,7 @@ if (defined(ohos_lite)) {
|
||||
build_type = "small"
|
||||
product_path_rebase = rebase_path(product_path, ohos_root_path)
|
||||
command = "./kernel_module_build.sh ${outdir} ${build_type} ${clang_dir} ${product_path_rebase} ${board_name} ${kernel_version}"
|
||||
deps = [ "//prebuilts/lite/sysroot/build:mark_as_prebuilts" ]
|
||||
deps = [ "//build/lite:mark_as_prebuilts" ]
|
||||
}
|
||||
} else {
|
||||
kernel_build_script_dir = "//kernel/linux/build"
|
||||
|
||||
Reference in New Issue
Block a user