Syntax
__FB_ANDROID__
Description
Define without a value created at compile time when the Android target is
being used. It can be used to compile parts of a program only for Android.
Example
#ifdef __FB_ANDROID__
Print "Android target"
#endif
See also