diff options
author | Denys Vlasenko | 2011-09-09 18:00:44 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-09-09 18:00:44 +0200 |
commit | e0894f567ad379f554300886ae3adf087be1efa2 (patch) | |
tree | 6de585b75c3748962adcffde6c4b980a495070d2 /include | |
parent | 831756bac440ce5f582305a81fd2b842eb255fc3 (diff) | |
download | busybox-e0894f567ad379f554300886ae3adf087be1efa2.zip busybox-e0894f567ad379f554300886ae3adf087be1efa2.tar.gz |
Android build fixes and alternate (hopefully simpler) defconfig for it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index 826a4c4..aa1bc33 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 |