修改f2fs-tools部件的mkfs接口依赖,消除蓝区ci看板告警

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh 2024-05-27 05:54:57 +00:00 committed by Gitee
parent fff71bfadf
commit ef11282bca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -34,10 +34,13 @@ ohos_executable("mkfs.f2fs") {
] ]
deps = [ deps = [
"//third_party/e2fsprogs:libext2_uuid",
"//third_party/f2fs-tools/lib:libf2fs", "//third_party/f2fs-tools/lib:libf2fs",
] ]
external_deps = [
"e2fsprogs:libext2_uuid",
]
defines = [ "HAVE_CONFIG_H" ] defines = [ "HAVE_CONFIG_H" ]
install_enable = true install_enable = true