fuchsia_wrap_cc_binary
封装原生 cc_binary。
生成的目标可用作 fuchsia_component 中的依赖项。
参数
名称 |
说明 |
默认 |
name |
此目标名称。 |
- |
cc_binary |
现有 cc_binary 的目标名称。 |
- |
bin_name |
放在 bin/ 下的文件名。默认值为 name。 |
None |
exact_cc_binary_deps |
现有 cc_binary 的依赖项。这始终必须 与 cc_binary 的依赖项相同,以防止运行时崩溃。 我们建议分离出 cc_binary 的依赖项,然后在 cc_binary 和 fuchsia_wrap_cc_binary 中引用 这些依赖项。 |
None |
sdk_root_label |
可以选择替换 fuchsia SDK 代码库的根标签。 |
"@fuchsia_sdk" |
clang_root_label |
可以选择替换 fuchsia Clang 代码库的根标签。 |
"@fuchsia_clang" |
package_clang_dist_files |
如果为 True,则会打包 @fuchsia_clang//:dist 文件。 |
True |
kwargs |
转发到 fuchsia cc_binary 封装容器的参数。 |
- |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-25。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{
"lastModified": "最后更新时间 (UTC):2024-06-25。",
"confidential": False
}