diff options
author | David 'Digit' Turner <digit@android.com> | 2010-12-10 22:33:51 +0100 |
---|---|---|
committer | David 'Digit' Turner <digit@android.com> | 2010-12-17 15:34:40 +0100 |
commit | a7ef1ac760850dc2e45561ac3ad2e7f71507aeb3 (patch) | |
tree | 8e5fbcd5f9d7304bc1dd119f3ed6113e754c830b /android-configure.sh | |
parent | 6750d0fbf0c4e1847b7c8322f3140efd01917afe (diff) | |
download | external_qemu-a7ef1ac760850dc2e45561ac3ad2e7f71507aeb3.zip external_qemu-a7ef1ac760850dc2e45561ac3ad2e7f71507aeb3.tar.gz external_qemu-a7ef1ac760850dc2e45561ac3ad2e7f71507aeb3.tar.bz2 |
Do not try to run the audio config tests.
This actually prevents the script from working when using a cross-toolchain.
Change-Id: I9083cbb1fc78a9e5e3e569259ccdc7c87698ceef
Diffstat (limited to 'android-configure.sh')
-rwxr-xr-x | android-configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |