blob: f650385b9b9ba7e0f6102a789f52e670bd559f81 [file] [log] [blame]
Andrew Walbran730375d2022-12-21 14:04:34 +00001rust_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}