Bug 1164619 - delete bit of android.m4 for older NDKs; r=nalexander

We require version r8e of the NDK, so bits handling r8a or before are no
longer necessary.
This commit is contained in:
Nathan Froyd 2015-05-13 15:03:15 -04:00
parent 98078d2a0e
commit 6415da1d81

View File

@ -133,17 +133,6 @@ case "$target" in
AC_MSG_ERROR([not found. Please check your NDK. With the current configuration, it should be in $android_platform])
fi
dnl Old NDK support. If minimum requirement is changed to NDK r8b,
dnl please remove this.
case "$target_cpu" in
i?86)
if ! test -e "$android_toolchain"/bin/"$android_tool_prefix"-gcc; then
dnl Old NDK toolchain name
android_tool_prefix="i686-android-linux"
fi
;;
esac
dnl set up compilers
TOOLCHAIN_PREFIX="$android_toolchain/bin/$android_tool_prefix-"
AS="$android_toolchain"/bin/"$android_tool_prefix"-as