mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
fix e2fsprogs
Signed-off-by: 张文迪 <zhangwendi3@huawei.com>
This commit is contained in:
parent
b08c917ed4
commit
9fef819eb4
@ -5,7 +5,6 @@
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//third_party/e2fsprogs/e2fsprogs.gni")
|
||||
|
||||
config("f2fs-defaults") {
|
||||
cflags = [
|
||||
@ -52,7 +51,7 @@ ohos_executable("fsck.f2fs") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//third_party/e2fsprogs/e2fsprogs/contrib/android:libdacconfig",
|
||||
"//third_party/e2fsprogs:libdacconfig",
|
||||
"//third_party/f2fs-tools/lib:libf2fs",
|
||||
]
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//third_party/e2fsprogs/e2fsprogs.gni")
|
||||
|
||||
config("f2fs-defaults") {
|
||||
cflags = [
|
||||
@ -35,7 +34,7 @@ ohos_executable("mkfs.f2fs") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//third_party/e2fsprogs/e2fsprogs/lib/uuid:libext2_uuid",
|
||||
"//third_party/e2fsprogs:libext2_uuid",
|
||||
"//third_party/f2fs-tools/lib:libf2fs",
|
||||
]
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//third_party/e2fsprogs/e2fsprogs.gni")
|
||||
|
||||
config("f2fs-defaults") {
|
||||
cflags = [
|
||||
@ -31,7 +30,7 @@ ohos_executable("f2fscrypt") {
|
||||
]
|
||||
cflags = [ "-Wno-error=format-extra-args" ]
|
||||
|
||||
deps = [ "//third_party/e2fsprogs/e2fsprogs/lib/uuid:libext2_uuid" ]
|
||||
deps = [ "//third_party/e2fsprogs:libext2_uuid" ]
|
||||
|
||||
install_enable = true
|
||||
subsystem_name = "thirdparty"
|
||||
|
Loading…
Reference in New Issue
Block a user