aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/info.h
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/avd/info.h
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/avd/info.h')
-rw-r--r--android/avd/info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/avd/info.h b/android/avd/info.h
index 75dab89..19df807 100644
--- a/android/avd/info.h
+++ b/android/avd/info.h
@@ -58,7 +58,6 @@
_AVD_IMG(USERDATA,"userdata-qemu.img", "user data") \
_AVD_IMG(CACHE,"cache.img","cache") \
_AVD_IMG(SDCARD,"sdcard.img","SD Card") \
- _AVD_IMG(SDCARD2,"sdcard2.img","SD Card 2") \
/* define the enumared values corresponding to each AVD image type
* examples are: AVD_IMAGE_KERNEL, AVD_IMAGE_SYSTEM, etc..