xref: /aosp_15_r20/frameworks/native/libs/binder/rust/build.rs (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)

main()1*38e8c45fSAndroid Build Coastguard Worker fn main() {
2*38e8c45fSAndroid Build Coastguard Worker     // Anything with cargo is NDK only. If you want to access anything else, use Soong.
3*38e8c45fSAndroid Build Coastguard Worker     println!("cargo::rustc-cfg=android_ndk");
4*38e8c45fSAndroid Build Coastguard Worker }
5