mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-18 00:16:53 +00:00
revise mini system start up
Signed-off-by: 张文迪 <zhangwendi3@huawei.com>
This commit is contained in:
parent
77d14714b2
commit
86f3dd270c
@ -32,7 +32,13 @@ group("startup_init") {
|
||||
deps = [
|
||||
"etc:etc_files",
|
||||
"init/standard:init",
|
||||
"//third_party/e2fsprogs:e2fsprogs",
|
||||
]
|
||||
|
||||
if (use_musl) {
|
||||
deps += [ "//third_party/f2fs-tools:f2fs-tools" ]
|
||||
}
|
||||
|
||||
if (enable_ohos_startup_init_feature_watcher) {
|
||||
deps += [
|
||||
"//base/startup/init/services/param/watcher:param_watcher",
|
||||
|
@ -81,7 +81,6 @@ ohos_executable("init") {
|
||||
"//base/startup/init/ueventd:libueventd_ramdisk_static",
|
||||
"//third_party/bounds_checking_function:libsec_static",
|
||||
"//third_party/cJSON:cjson_static",
|
||||
"//third_party/e2fsprogs:e2fsprogs",
|
||||
]
|
||||
|
||||
deps += [ "//base/startup/init/interfaces/innerkits/init_module_engine:libinit_stub_versionscript" ]
|
||||
@ -93,7 +92,6 @@ ohos_executable("init") {
|
||||
|
||||
if (use_musl) {
|
||||
deps += [
|
||||
"//third_party/f2fs-tools:f2fs-tools",
|
||||
"//third_party/mksh:sh",
|
||||
"//third_party/toybox:toybox",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user