Alan Stokes | c4d5def | 2023-02-14 17:01:59 +0000 | [diff] [blame^] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | rust_library { | ||||
6 | name: "libhypervisor_props", | ||||
7 | crate_name: "hypervisor_props", | ||||
8 | srcs: ["src/lib.rs"], | ||||
9 | edition: "2021", | ||||
10 | rustlibs: [ | ||||
11 | "libanyhow", | ||||
12 | "librustutils", | ||||
13 | ], | ||||
14 | apex_available: [ | ||||
15 | "com.android.compos", | ||||
16 | "com.android.virt", | ||||
17 | ], | ||||
18 | } |