Andrew Walbran | d0ef400 | 2022-05-16 16:14:10 +0000 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | rust_library { |
| 6 | name: "libvmclient", |
| 7 | crate_name: "vmclient", |
Nikita Ioffe | da1b273 | 2023-09-04 13:46:56 +0100 | [diff] [blame] | 8 | defaults: ["avf_build_flags_rust"], |
Andrew Walbran | d0ef400 | 2022-05-16 16:14:10 +0000 | [diff] [blame] | 9 | srcs: ["src/lib.rs"], |
| 10 | edition: "2021", |
| 11 | rustlibs: [ |
Alan Stokes | 2bead0d | 2022-09-05 16:58:34 +0100 | [diff] [blame] | 12 | "android.system.virtualizationcommon-rust", |
Andrew Walbran | d0ef400 | 2022-05-16 16:14:10 +0000 | [diff] [blame] | 13 | "android.system.virtualizationservice-rust", |
Andrew Walbran | 1072cc0 | 2022-05-23 14:47:58 +0000 | [diff] [blame] | 14 | "libbinder_rs", |
David Brazdil | 4644606 | 2022-10-25 13:18:18 +0100 | [diff] [blame] | 15 | "libcommand_fds", |
Andrew Walbran | d0ef400 | 2022-05-16 16:14:10 +0000 | [diff] [blame] | 16 | "liblog_rust", |
David Brazdil | 4644606 | 2022-10-25 13:18:18 +0100 | [diff] [blame] | 17 | "libnix", |
Andrew Walbran | 7eb5ca4 | 2022-08-08 15:33:34 +0000 | [diff] [blame] | 18 | "librpcbinder_rs", |
David Brazdil | 4644606 | 2022-10-25 13:18:18 +0100 | [diff] [blame] | 19 | "libshared_child", |
Andrew Walbran | d0ef400 | 2022-05-16 16:14:10 +0000 | [diff] [blame] | 20 | "libthiserror", |
| 21 | ], |
Andrew Walbran | d0ef400 | 2022-05-16 16:14:10 +0000 | [diff] [blame] | 22 | apex_available: [ |
| 23 | "com.android.compos", |
Aidan Wolter | bb91a6b | 2024-07-01 15:42:20 +0000 | [diff] [blame] | 24 | "com.android.microfuchsia", |
Andrew Walbran | d0ef400 | 2022-05-16 16:14:10 +0000 | [diff] [blame] | 25 | "com.android.virt", |
| 26 | ], |
| 27 | } |