• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/lib:libf2fs",
13    "//third_party/f2fs-tools/mkfs:mkfs.f2fs",
14  ]
15}
16
17group("f2fs-tools_host_toolchain") {
18  deps = [
19    "//third_party/f2fs-tools/fsck:fsck.f2fs($host_toolchain)",
20    "//third_party/f2fs-tools/mkfs:mkfs.f2fs($host_toolchain)",
21  ]
22}
23