Bob Badour | 580c76d | 2023-01-05 08:46:34 -0800 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
Andrew Walbran | 730375d | 2022-12-21 14:04:34 +0000 | [diff] [blame] | 5 | rust_library_rlib { |
6 | name: "libfdtpci", | ||||
7 | edition: "2021", | ||||
8 | no_stdlibs: true, | ||||
9 | host_supported: false, | ||||
10 | crate_name: "fdtpci", | ||||
11 | srcs: ["src/lib.rs"], | ||||
12 | rustlibs: [ | ||||
13 | "liblibfdt", | ||||
14 | "liblog_rust_nostd", | ||||
15 | "libvirtio_drivers", | ||||
16 | ], | ||||
17 | apex_available: ["com.android.virt"], | ||||
18 | } |