xref: /aosp_15_r20/system/nfc/src/rust/packets/lib.rs (revision 7eba2f3b06c51ae21384f6a4f14577b668a869b3)
1 //! reimport of generated packets (to go away once rust_genrule exists)
2 
3 #![allow(clippy::all)]
4 #![allow(unused)]
5 #![allow(missing_docs)]
6 
7 pub mod nci {
8     include!(concat!(env!("OUT_DIR"), "/nci_packets.rs"));
9 }
10