blob: 0424fc183f8c89696261f8b1b01f6bf5260ed5df [file] [log] [blame]
Alice Wangfb46ee12022-09-30 13:08:52 +00001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5rust_ffi_static {
6 name: "libvm_payload",
7 crate_name: "vm_payload",
8 srcs: ["src/*.rs"],
9 include_dirs: ["include"],
10 prefer_rlib: true,
11 rustlibs: [
12 "android.system.virtualmachineservice-rust",
13 "libandroid_logger",
14 "libanyhow",
15 "libbinder_rs",
16 "liblog_rust",
17 "librpcbinder_rs",
18 ],
19}