summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-30 10:05:13 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-30 10:05:20 +0300
commita9d91b76d472e076f9a9c9985dbf7cc13c984a25 (patch)
tree2347c9635193f68bb9f5c807d5e5d15cea3452d5
parent63897351fc4fd31305bef43b649be74e2b6006c4 (diff)
Accept also 4.8
Change-Id: I121ff292050e9e90e298ed44705b6408c0d2f089
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53acedc839f5..562d463e20c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,7 @@ if test -n "$with_android_ndk"; then
fi
case "$with_android_ndk_toolchain_version" in
- 4.6|4.7)
+ 4.6|4.7|4.8)
ANDROID_BINUTILS_DIR=$ANDROID_NDK_HOME/toolchains/$android_platform_prefix-$with_android_ndk_toolchain_version
ANDROID_COMPILER_DIR=$ANDROID_BINUTILS_DIR
;;