提交 77d14714 编写于 作者: 张文迪

add f2fs deps

Signed-off-by: N张文迪 <zhangwendi3@huawei.com>
上级 d76daafc
...@@ -81,6 +81,7 @@ ohos_executable("init") { ...@@ -81,6 +81,7 @@ ohos_executable("init") {
"//base/startup/init/ueventd:libueventd_ramdisk_static", "//base/startup/init/ueventd:libueventd_ramdisk_static",
"//third_party/bounds_checking_function:libsec_static", "//third_party/bounds_checking_function:libsec_static",
"//third_party/cJSON:cjson_static", "//third_party/cJSON:cjson_static",
"//third_party/e2fsprogs:e2fsprogs",
] ]
deps += [ "//base/startup/init/interfaces/innerkits/init_module_engine:libinit_stub_versionscript" ] deps += [ "//base/startup/init/interfaces/innerkits/init_module_engine:libinit_stub_versionscript" ]
...@@ -92,6 +93,7 @@ ohos_executable("init") { ...@@ -92,6 +93,7 @@ ohos_executable("init") {
if (use_musl) { if (use_musl) {
deps += [ deps += [
"//third_party/f2fs-tools:f2fs-tools",
"//third_party/mksh:sh", "//third_party/mksh:sh",
"//third_party/toybox:toybox", "//third_party/toybox:toybox",
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册