Andrew Walbran | 730375d | 2022-12-21 14:04:34 +0000 | [diff] [blame] | 1 | rust_library_rlib { |
2 | name: "libfdtpci", | ||||
3 | edition: "2021", | ||||
4 | no_stdlibs: true, | ||||
5 | host_supported: false, | ||||
6 | crate_name: "fdtpci", | ||||
7 | srcs: ["src/lib.rs"], | ||||
8 | rustlibs: [ | ||||
9 | "liblibfdt", | ||||
10 | "liblog_rust_nostd", | ||||
11 | "libvirtio_drivers", | ||||
12 | ], | ||||
13 | apex_available: ["com.android.virt"], | ||||
14 | } |