__FB_ANDROID__
Syntax
__FB_ANDROID__
Description
Defined without a value 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
Predefined Defines
See also
Compiling FB for Android
Compiler Option: -target
Compiler Meta-Commands