aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:15 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:15 -0800
commitbae1bc39312d5019bd9a5b8d840a529213a69a17 (patch)
treeaed2580b00553aa307704f44050708f29bf3ac66 /CHANGES.TXT
parentee2298a313b6e425d6ff0324be6a313b1cd9a399 (diff)
downloadexternal_qemu-bae1bc39312d5019bd9a5b8d840a529213a69a17.zip
external_qemu-bae1bc39312d5019bd9a5b8d840a529213a69a17.tar.gz
external_qemu-bae1bc39312d5019bd9a5b8d840a529213a69a17.tar.bz2
auto import from //depot/cupcake/@132589
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT24
1 files changed, 1 insertions, 23 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index 0f362b7..c437e0c 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -46,28 +46,6 @@ IMPORTANT CHANGES:
required and 'emulator' will start a new emulator instance exactly as
previously.
-- A new option '-sysdir <dir>' has been introduced, the interpretation of
- the '-system' option has changed, and '-image <file>' should now be
- considered obsolete. In more details:
-
- * you should now use '-sysdir <dir>' instead of '-system <dir>' to specify
- the directory where system images will be searched by the emulator
- on startup.
-
- * you should now use '-system <file>' to indicate which system.img partition
- image to use at startup.
-
- * you should not use '-system <dir>' or '-image <path>' anymore. However,
- these options are still supported but will print a warning to remind you
- to change your scripts/habits.
-
- The change was done to reduce confusion as to what these options provide.
-
-- Options '-noaudio', '-nojni', '-noskin' and 'nocache' are deprecated.
- You should use '-no-audio', '-no-jni', '-no-skin' and '-no-cache' instead.
-
-- Option 'initdata' is deprecated, you should use '-init-data' instead.
-
- Hardware emulation is now limited to the corresponding Android Virtual
Device's configuration. This means it is now possible to not emulate
a touch-screen, trackball, dpad, keyboard, modem, etc...
@@ -92,7 +70,7 @@ OTHER:
available.
- Environment variable ANDROID_SDK_ROOT can be used to specifiy the location
- of the SDK installation path.
+ of the SDK.
- Environment variable ANDROID_SDK_HOME can be used to specify the location
of the '.android' data directory.