• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//build/ohos.gni")
2
3group("e2fsprogs") {
4  deps = [
5    "//third_party/e2fsprogs/contrib/android:e2fsdroid",
6    "//third_party/e2fsprogs/contrib/android:e2fsdroid($host_toolchain)",
7    "//third_party/e2fsprogs/e2fsck:e2fsck",
8    "//third_party/e2fsprogs/e2fsck:e2fsck($host_toolchain)",
9    "//third_party/e2fsprogs/lib/blkid:libext2_blkid",
10    "//third_party/e2fsprogs/lib/e2p:libext2_e2p",
11    "//third_party/e2fsprogs/lib/et:libext2_com_err",
12    "//third_party/e2fsprogs/lib/ext2fs:libext2fs",
13    "//third_party/e2fsprogs/lib/support:libext2_quota",
14    "//third_party/e2fsprogs/lib/uuid:libext2_uuid",
15    "//third_party/e2fsprogs/misc:blkid",
16    "//third_party/e2fsprogs/misc:libext2_misc",
17    "//third_party/e2fsprogs/misc:mke2fs",
18    "//third_party/e2fsprogs/misc:mke2fs($host_toolchain)",
19    "//third_party/e2fsprogs/resize:resize2fs",
20  ]
21  public_deps = [ "//third_party/boringssl:crypto" ]
22}
23