From a7ef1ac760850dc2e45561ac3ad2e7f71507aeb3 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Fri, 10 Dec 2010 22:33:51 +0100 Subject: Do not try to run the audio config tests. This actually prevents the script from working when using a cross-toolchain. Change-Id: I9083cbb1fc78a9e5e3e569259ccdc7c87698ceef --- android-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android-configure.sh') diff --git a/android-configure.sh b/android-configure.sh index fbc7f0d..24dbf99 100755 --- a/android-configure.sh +++ b/android-configure.sh @@ -294,7 +294,7 @@ probe_system_library () CFLAGS="$ORG_CFLAGS" LDFLAGS="$ORG_LDFLAGS -ldl" cp -f android/config/check-esd.c $TMPC - compile && link && $TMPE + compile if [ $? = 0 ] ; then log "AudioProbe : $2 seems to be usable on this system" else -- cgit v1.1