xref: /aosp_15_r20/external/flashrom/util/flashrom_tester/build.rs (revision 0d6140be3aa665ecc836e8907834fcd3e3b018fc)
1 extern crate built;
2 
main()3 fn main() {
4     built::write_built_file().expect("Failed to acquire build-time information");
5 }
6