Andrew Walbran | 0c4d3df | 2021-05-27 14:00:42 +0000 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | rust_library { |
Jooyung Han | fc732f5 | 2021-06-26 02:54:20 +0900 | [diff] [blame] | 6 | name: "libvmconfig", |
| 7 | crate_name: "vmconfig", |
Andrew Walbran | 0c4d3df | 2021-05-27 14:00:42 +0000 | [diff] [blame] | 8 | srcs: ["src/lib.rs"], |
| 9 | edition: "2018", |
| 10 | rustlibs: [ |
Jooyung Han | fc732f5 | 2021-06-26 02:54:20 +0900 | [diff] [blame] | 11 | "android.system.virtualizationservice-rust", |
| 12 | "libanyhow", |
Jiyong Park | dcf1741 | 2022-02-08 15:07:23 +0900 | [diff] [blame] | 13 | "libsemver", |
Andrew Walbran | 0c4d3df | 2021-05-27 14:00:42 +0000 | [diff] [blame] | 14 | "libserde", |
Jiyong Park | dcf1741 | 2022-02-08 15:07:23 +0900 | [diff] [blame] | 15 | "libserde_json", |
Andrew Walbran | 0c4d3df | 2021-05-27 14:00:42 +0000 | [diff] [blame] | 16 | ], |
| 17 | apex_available: [ |
| 18 | "com.android.virt", |
| 19 | ], |
| 20 | } |