main()1*38e8c45fSAndroid Build Coastguard Workerfn 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