aboutsummaryrefslogtreecommitdiffstats
path: root/android/android.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-12-01 13:38:21 -0800
committerDavid 'Digit' Turner <digit@google.com>2009-12-01 14:16:04 -0800
commit8b657e5deaa03b989b0b36791fcf2aa6b2882656 (patch)
tree7bebb5ed69bce8d88d6c4f47caa6694db909f3c9 /android/android.h
parent5bc6182ae984796a6d14be7f7b8eb73c1b630b8e (diff)
downloadexternal_qemu-8b657e5deaa03b989b0b36791fcf2aa6b2882656.zip
external_qemu-8b657e5deaa03b989b0b36791fcf2aa6b2882656.tar.gz
external_qemu-8b657e5deaa03b989b0b36791fcf2aa6b2882656.tar.bz2
Fix a crash when using an 8MB SD Card image file.
The minimum size is now 9MB. This appears to be a limitation of the emulated MMC hardware code and/or kernel device driver.
Diffstat (limited to 'android/android.h')
-rw-r--r--android/android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/android.h b/android/android.h
index 6d092fd..b19d8d3 100644
--- a/android/android.h
+++ b/android/android.h
@@ -13,7 +13,7 @@
#define _qemu_android_h
#define ANDROID_VERSION_MAJOR 1
-#define ANDROID_VERSION_MINOR 12
+#define ANDROID_VERSION_MINOR 14
#define CONFIG_SHAPER 1