1 Star 0 Fork 36

dinglei/third_party_f2fs-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.gn 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
张文迪 提交于 2022-08-18 15:57 . f2fs_tools部件化
# Copyright (c) 2022 Huawei Device Co., Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
import("//build/ohos.gni")
group("f2fs-tools") {
deps = [
"//third_party/f2fs-tools/fsck:fsck.f2fs",
"//third_party/f2fs-tools/lib:libf2fs",
"//third_party/f2fs-tools/mkfs:mkfs.f2fs",
]
}
group("f2fs-tools_host_toolchain") {
deps = [
"//third_party/f2fs-tools/fsck:fsck.f2fs($host_toolchain)",
"//third_party/f2fs-tools/mkfs:mkfs.f2fs($host_toolchain)",
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dinglei_jack/third_party_f2fs-tools.git
git@gitee.com:dinglei_jack/third_party_f2fs-tools.git
dinglei_jack
third_party_f2fs-tools
third_party_f2fs-tools
master

搜索帮助