1 Star 0 Fork 1

OpenFound_NEW/exfatprogs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Android.bp 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
shangyibin 提交于 2025-01-13 14:15 . init
// Copyright 2020 The Android Open Source Project
cc_library_headers {
name: "libexfatprogs-headers",
export_include_dirs: [
"include",
"mkfs",
"fsck",
"tune",
"label",
"dump",
"exfat2img",
],
}
cc_defaults {
name: "exfatprogs-defaults",
header_libs: ["libexfatprogs-headers"],
export_header_lib_headers: ["libexfatprogs-headers"],
cflags: ["-D_FILE_OFFSET_BITS=64"],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-found-new/exfatprogs.git
[email protected]:open-found-new/exfatprogs.git
open-found-new
exfatprogs
exfatprogs
master

搜索帮助