blob: f368b08e6fcbe84148e818540c2c735b7be8925d [file] [log] [blame]
Bob Badour580c76d2023-01-05 08:46:34 -08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Andrew Walbran730375d2022-12-21 14:04:34 +00005rust_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}