Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ANDROID_SDK_HOME handling on Unix (the env. var was ignored) | David 'Digit' Turner | 2009-07-24 | 1 | -1/+6 |
| | | | | | | | | Bump version number to 1.11 in android/android.h Update CHANGES.TXT to reflect SDK 1.5_r3 changes Update some comments in android/boot-properties.[hc] Add a --debug option to android-configure.sh (and android-rebuild.sh) to build a unoptimized debug version of the standalone emulator binary. | ||||
* | This adds the '-prop <name>=<value>' option which is used to set | David 'Digit' Turner | 2009-05-26 | 1 | -0/+47 |
boot-time system properties from the command line. This is done by implementing a new 'boot-properties' qemud service in the emulator. This is to be used by the 'qemu-props' helper program that will be invoked by /system/etc/init.goldfish.rc to read a list of system properties from the emulator and set them in the emulated system during boot. |