blob: e12c24fcbfc94cf6f26df5b19e5721055e6e96a8 [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",
Nikita Ioffeda1b2732023-09-04 13:46:56 +010011 defaults: ["avf_build_flags_rust"],
Andrew Walbran730375d2022-12-21 14:04:34 +000012 srcs: ["src/lib.rs"],
13 rustlibs: [
14 "liblibfdt",
15 "liblog_rust_nostd",
16 "libvirtio_drivers",
17 ],
18 apex_available: ["com.android.virt"],
19}