1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
456 B

rust_protobuf {
name: "libcdisk_spec_proto",
crate_name: "cdisk_spec_proto",
protos: ["src/cdisk_spec.proto"],
source_stem: "cdisk_spec",
host_supported: true,
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
}
rust_protobuf {
name: "libcrosvm_plugin_proto",
crate_name: "crosvm_plugin_proto",
protos: ["src/plugin.proto"],
source_stem: "plugin",
host_supported: true,
}