aboutsummaryrefslogtreecommitdiffstats
path: root/android/build
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-02-05 13:36:50 -0800
committerDavid 'Digit' Turner <digit@google.com>2010-02-05 13:36:50 -0800
commit8e090360d3c50dc4e588a7426a01cb1f8ee942b4 (patch)
tree9cd50c9eb7168b2525b20ab162038040ff21c884 /android/build
parent1cb37b34f117f72bb16de23f42ba6885e729d85c (diff)
downloadexternal_qemu-8e090360d3c50dc4e588a7426a01cb1f8ee942b4.zip
external_qemu-8e090360d3c50dc4e588a7426a01cb1f8ee942b4.tar.gz
external_qemu-8e090360d3c50dc4e588a7426a01cb1f8ee942b4.tar.bz2
Revert previous patch to fix SD Card emulation - DO NOT MERGE
The previous patch modifies SD Card hardware emulation in a way that is not backwards compatible with previous SDK platform releases. This has the unfortunate effect of making SD Card emulation not work properly when running existing AVDs. Reverting the patch until we get a better one. This change is intended for the eclair branch only.
Diffstat (limited to 'android/build')
-rw-r--r--android/build/common.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/android/build/common.sh b/android/build/common.sh
index 93ffba7..3f2c642 100644
--- a/android/build/common.sh
+++ b/android/build/common.sh
@@ -88,9 +88,6 @@ case "$OS" in
Linux)
# note that building 32-bit binaries on x86_64 is handled later
OS=linux-$CPU
- ;;
- FreeBSD)
- OS=freebsd-$CPU
;;
CYGWIN*|*_NT-*)
OS=windows
@@ -126,8 +123,6 @@ case $OS in
;;
darwin-*) HOST_OS=darwin
;;
- freebsd-*) HOST_OS=freebsd
- ;;
*) HOST_OS=$OS
esac
@@ -166,7 +161,6 @@ force_32bit_binaries ()
case $OS in
linux-x86_64) OS=linux-x86 ;;
darwin-x86_64) OS=darwin-x86 ;;
- freebsd-x86_64) OS=freebsd-x86 ;;
esac
HOST_ARCH=x86
CPU=x86