Searched refs:HAVE_ANDROID (Results 1 – 4 of 4) sorted by relevance
21 #define HAVE_ANDROID 1 macro
344 AC_DEFINE(HAVE_ANDROID,1, [Defined if we are to build for an Android system]) definition345 AC_SUBST(HAVE_ANDROID, [1]) subst346 HAVE_ANDROID="yes"438 AM_CONDITIONAL(HAVE_ANDROID, test "x${HAVE_ANDROID}" = "xyes") condition
571 AC_CHECK_HEADER(android/api-level.h, HAVE_ANDROID="true")572 AM_CONDITIONAL(ANDROID, test "$HAVE_ANDROID" = "true")573 if test "$HAVE_ANDROID" = "true"; then574 AC_DEFINE(HAVE_ANDROID, 1, [Android host system detected]) definition
26 if HAVE_ANDROID