From 334def8431bae3fb1dd9e195fc84cbf1c8170109 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 22 Jul 2024 21:04:54 -0400 Subject: configure: Fix android x86 build Change-Id: Iea1d92bcf83f016e724496ebf037c8402ede170c --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 04699cb3e4..8698c6a38d 100755 --- a/tools/configure +++ b/tools/configure @@ -843,7 +843,7 @@ androidcc () { endian="little" gcctarget="i686-linux-android-" echo "${make_toolchain} --toolchain=x86-${gccchoice} --platform=android-android-$ANDROID_PLATFORM_VERSION --install-dir=${pwd}/android-toolchain" - ${make_toolchain} --toolchain=x86-${gccchoice} --platform=android-android-$ANDROID_PLATFORM_VERSION --install-dir=${pwd}/android-toolchain + ${make_toolchain} --toolchain=x86-${gccchoice} --platform=android-$ANDROID_PLATFORM_VERSION --install-dir=${pwd}/android-toolchain if [ ${?} != 0 ]; then exit fi -- cgit v1.2.3