mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
修改f2fs-tools部件的mkfs接口依赖,消除蓝区ci看板告警
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
parent
fff71bfadf
commit
ef11282bca
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user