+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+#ifndef __ANDROID__
+#error
+#endif
+
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+
+ CY_ANDROID=1
+
+
+else
+
+ CY_ANDROID=0
+
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+ if test "x$CY_ANDROID" = x1; then
+ CY_ANDROID_TRUE=
+ CY_ANDROID_FALSE='#'
+else
+ CY_ANDROID_TRUE='#'
+ CY_ANDROID_FALSE=
+fi
+
+