mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
格式化gn文件
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
parent
36a5458a68
commit
377379d690
@ -52,13 +52,9 @@ ohos_executable("fsck.f2fs") {
|
||||
"//third_party/e2fsprogs/e2fsprogs/contrib/android",
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//third_party/f2fs-tools/lib:libf2fs",
|
||||
]
|
||||
deps = [ "//third_party/f2fs-tools/lib:libf2fs" ]
|
||||
|
||||
external_deps = [
|
||||
"e2fsprogs:libdacconfig"
|
||||
]
|
||||
external_deps = [ "e2fsprogs:libdacconfig" ]
|
||||
|
||||
defines = [ "HAVE_CONFIG_H" ]
|
||||
|
||||
|
@ -33,13 +33,9 @@ ohos_executable("mkfs.f2fs") {
|
||||
"//third_party/f2fs-tools/lib",
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//third_party/f2fs-tools/lib:libf2fs",
|
||||
]
|
||||
deps = [ "//third_party/f2fs-tools/lib:libf2fs" ]
|
||||
|
||||
external_deps = [
|
||||
"e2fsprogs:libext2_uuid",
|
||||
]
|
||||
external_deps = [ "e2fsprogs:libext2_uuid" ]
|
||||
|
||||
defines = [ "HAVE_CONFIG_H" ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user