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 { | ||||
6 | name: "libcompositediskconfig", | ||||
7 | host_supported: true, | ||||
8 | crate_name: "compositediskconfig", | ||||
9 | srcs: ["src/lib.rs"], | ||||
10 | edition: "2018", | ||||
11 | rustlibs: [ | ||||
12 | "libserde_json", | ||||
13 | "libserde", | ||||
14 | ], | ||||
15 | apex_available: [ | ||||
16 | "com.android.virt", | ||||
17 | ], | ||||
18 | } |