Ai
2 Star 0 Fork 0

mirrors_android_source/paste-impl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Android.bp 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chih-Hung Hsieh 提交于 2020-07-17 07:27 +08:00 . Add rust_test and update TEST_MAPPING
// This file is generated by cargo2android.py --run --dependencies --tests.
rust_proc_macro {
name: "libpaste_impl",
crate_name: "paste_impl",
srcs: ["src/lib.rs"],
edition: "2018",
proc_macros: [
"libproc_macro_hack",
],
}
rust_test_host {
name: "paste-impl_host_test_src_lib",
crate_name: "paste_impl",
srcs: ["src/lib.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
edition: "2018",
proc_macros: [
"libproc_macro_hack",
],
}
// dependent_library ["feature_list"]
// proc-macro-hack-0.5.16
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/paste-impl.git
git@gitee.com:mirrors_android_source/paste-impl.git
mirrors_android_source
paste-impl
paste-impl
main

搜索帮助