mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
修改fsck/BUILD.gn,消除蓝区include_dirs告警
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
parent
af1c3576a8
commit
a3fd557bd7
@ -49,12 +49,14 @@ ohos_executable("fsck.f2fs") {
|
|||||||
"//third_party/f2fs-tools",
|
"//third_party/f2fs-tools",
|
||||||
"//third_party/f2fs-tools/include",
|
"//third_party/f2fs-tools/include",
|
||||||
"//third_party/f2fs-tools/lib",
|
"//third_party/f2fs-tools/lib",
|
||||||
"//third_party/e2fsprogs/e2fsprogs/contrib/android",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
deps = [ "//third_party/f2fs-tools/lib:libf2fs" ]
|
deps = [ "//third_party/f2fs-tools/lib:libf2fs" ]
|
||||||
|
|
||||||
public_external_deps = [ "e2fsprogs:libdacconfig" ]
|
public_external_deps = [
|
||||||
|
"e2fsprogs:libdacconfig",
|
||||||
|
"e2fsprogs:e2fsdroid"
|
||||||
|
]
|
||||||
|
|
||||||
defines = [ "HAVE_CONFIG_H" ]
|
defines = [ "HAVE_CONFIG_H" ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user