Aidan Wolter | bb91a6b | 2024-07-01 15:42:20 +0000 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | // A daemon that launches microfuchsia in AVF. |
| 6 | rust_binary { |
| 7 | name: "microfuchsiad", |
| 8 | srcs: ["src/main.rs"], |
| 9 | edition: "2021", |
| 10 | prefer_rlib: true, |
| 11 | defaults: ["avf_build_flags_rust"], |
| 12 | rustlibs: [ |
| 13 | "android.system.microfuchsiad-rust", |
| 14 | "android.system.virtualizationservice-rust", |
| 15 | "libandroid_logger", |
| 16 | "libanyhow", |
| 17 | "libbinder_rs", |
Jiyong Park | 2867dd3 | 2024-08-27 16:48:30 +0900 | [diff] [blame] | 18 | "liblog_rust", |
Jiyong Park | af63d1c | 2024-09-04 16:15:42 +0900 | [diff] [blame] | 19 | "liblibc", |
Aidan Wolter | bb91a6b | 2024-07-01 15:42:20 +0000 | [diff] [blame] | 20 | "libvmclient", |
| 21 | ], |
| 22 | apex_available: [ |
| 23 | "com.android.microfuchsia", |
| 24 | ], |
| 25 | } |