From e0894f567ad379f554300886ae3adf087be1efa2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 9 Sep 2011 18:00:44 +0200 Subject: Android build fixes and alternate (hopefully simpler) defconfig for it Signed-off-by: Denys Vlasenko --- include/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/platform.h b/include/platform.h index 826a4c497..aa1bc331b 100644 --- a/include/platform.h +++ b/include/platform.h @@ -433,7 +433,7 @@ typedef unsigned smalluint; # undef HAVE_STPCPY #endif -#if defined(ANDROID) +#if defined(ANDROID) || defined(__ANDROID__) # undef HAVE_DPRINTF # undef HAVE_GETLINE # undef HAVE_STPCPY -- cgit v1.2.3