!701 按照门禁要求对所有BUILD.gn脚本进行格式化

Merge pull request !701 from Caoruihong/gnformat
This commit is contained in:
openharmony_ci
2021-11-06 04:48:29 +00:00
committed by Gitee
29 changed files with 54 additions and 89 deletions

View File

@@ -46,7 +46,10 @@ copy("copy_toybox_config") {
}
build_ext_component("build_toybox") {
deps = [ ":copy_toybox_src", ":copy_toybox_config" ]
deps = [
":copy_toybox_config",
":copy_toybox_src",
]
deps += [ "//prebuilts/lite/sysroot" ]
exec_path = rebase_path("$target_out_dir/toybox_build")

View File

@@ -31,4 +31,4 @@ import("//kernel/liteos_a/liteos.gni")
executable("trace") {
sources = [ "src/trace.c" ]
}
}