修改mkfs/BUILD.gn,外部部件依赖external_deps改成public_external_deps

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh 2024-05-27 11:23:15 +00:00 committed by Gitee
parent 58b79de074
commit 960ed9ac7b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -35,7 +35,7 @@ ohos_executable("mkfs.f2fs") {
deps = [ "//third_party/f2fs-tools/lib:libf2fs" ] deps = [ "//third_party/f2fs-tools/lib:libf2fs" ]
external_deps = [ "e2fsprogs:libext2_uuid" ] public_external_deps = [ "e2fsprogs:libext2_uuid" ]
defines = [ "HAVE_CONFIG_H" ] defines = [ "HAVE_CONFIG_H" ]