1# Copyright (c) 2022 Huawei Device Co., Ltd. 2# 3# This program is free software; you can redistribute it and/or modify 4# it under the terms of the GNU General Public License version 2 as 5# published by the Free Software Foundation. 6 7import("//build/ohos.gni") 8 9group("f2fs-tools") { 10 deps = [ 11 "//third_party/f2fs-tools/fsck:fsck.f2fs", 12 "//third_party/f2fs-tools/fsck:fsck.f2fs($host_toolchain)", 13 "//third_party/f2fs-tools/lib:libf2fs", 14 "//third_party/f2fs-tools/mkfs:mkfs.f2fs", 15 "//third_party/f2fs-tools/mkfs:mkfs.f2fs($host_toolchain)", 16 ] 17} 18