修改fsck/BUILD.gn,消除蓝区include_dirs告警

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh 2024-05-28 08:30:24 +00:00 committed by Gitee
parent af1c3576a8
commit a3fd557bd7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -49,12 +49,14 @@ ohos_executable("fsck.f2fs") {
"//third_party/f2fs-tools",
"//third_party/f2fs-tools/include",
"//third_party/f2fs-tools/lib",
"//third_party/e2fsprogs/e2fsprogs/contrib/android",
]
deps = [ "//third_party/f2fs-tools/lib:libf2fs" ]
public_external_deps = [ "e2fsprogs:libdacconfig" ]
public_external_deps = [
"e2fsprogs:libdacconfig",
"e2fsprogs:e2fsdroid"
]
defines = [ "HAVE_CONFIG_H" ]