mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
修改mkfs/BUILD.gn,外部部件依赖external_deps改成public_external_deps
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
parent
58b79de074
commit
960ed9ac7b
@ -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" ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user