mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-11 12:47:08 +00:00
commit
083cfb05cd
@ -81,6 +81,7 @@ 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" ]
|
||||
@ -92,6 +93,7 @@ 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