isAndroidCpp property

bool isAndroidCpp
final

True only when android: NativeImpl.cpp — distinct from isNativeCpp which is true for android OR linux. Used to generate the correct auto-register platform guard: Linux-only C++ must exclude ANDROID.

Implementation

final bool isAndroidCpp;