aboutsummaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* Fix -shell and -logcat options.David 'Digit' Turner2011-03-181-1/+5
* Fix write of disk sizes in ini files.David 'Digit' Turner2011-03-151-11/+14
* x86: Enable KVM mode for Android x86 emulator (update/rebase)Jun Nakajima2011-03-041-0/+1
* Fix the standalone emulator build.David 'Digit' Turner2011-03-022-1/+5
* Move AVD name initialization to the core.David 'Digit' Turner2011-03-013-2/+16
* Move some serial ports initialization to the core.David 'Digit' Turner2011-03-015-72/+51
* Move data partition initialization to core.David 'Digit' Turner2011-03-015-619/+81
* Move system image initialization to core.David 'Digit' Turner2011-03-016-90/+189
* Move snapshot storage initialization to the core.David 'Digit' Turner2011-03-016-66/+87
* Move the SD Card initialization to the core.David 'Digit' Turner2011-03-016-53/+77
* Move cache partition initialization to core.David 'Digit' Turner2011-03-014-55/+49
* Move kernel/ramdisk initialization to the core.David 'Digit' Turner2011-03-016-75/+112
* Rework AvdInfo processing.David 'Digit' Turner2011-03-015-575/+719
* Remove CONFIG_ANDROID_SNAPSHOTS macro.David 'Digit' Turner2011-03-0110-58/+6
* Remove un-needed "-netspeed full" and "-netdelay none".David 'Digit' Turner2011-03-012-9/+14
* Remove un-needed -clock unix core option.David 'Digit' Turner2011-03-011-9/+0
* Prevent hardware-qemu.ini overwrites.David 'Digit' Turner2011-03-011-2/+12
* Quote concatenated QEMU options when -verbose is used.David 'Digit' Turner2011-03-011-1/+8
* Merge "Fix sensor-related snapshot resume failure."David 'Digit' Turner2011-02-282-2/+13
|\
| * Fix sensor-related snapshot resume failure.David 'Digit' Turner2011-02-242-2/+13
* | Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-244-15/+19
|/
* Remove android/main-ui.cDavid 'Digit' Turner2011-02-234-1106/+269
* Remove target-specific hard-coded macro.David 'Digit' Turner2011-02-231-8/+74
* Minor cleanups for core/ui Makefile separation.David 'Digit' Turner2011-02-233-4/+10
* Stuff hardware configuration with paths to image / partition filesVladimir Chtchetkine2011-02-226-892/+705
* Fixing the standalone build of the emulator.Stefan Hilzinger2011-02-221-1/+1
* Enabled the camera button in the emulatorsoledad penades2011-02-191-0/+1
* merge from tools_r10The Android Open Source Project2011-02-172-0/+6
|\
| * Merge 59e8e196 into tools_r10. DO NOT MERGE.David 'Digit' Turner2011-02-167-17/+47
| * Fix "avd name" bug.David 'Digit' Turner2011-02-172-0/+6
| * Merge 593d0ea0 into tools_r10. DO NOT MERGE.David 'Digit' Turner2011-02-151-5/+7
* | hw-sensors.c: Reduce default delay between sensor updates.David 'Digit' Turner2011-02-151-5/+7
* | Add hw.keyboard.lidDavid 'Digit' Turner2011-02-107-17/+47
* | Correct auto-detection of default VM heap size.David 'Digit' Turner2011-02-107-51/+59
* | Get rid of -android-gui core option.David 'Digit' Turner2011-02-106-2/+90
* | Write the core hardware configuration file to AVD's content directory.David 'Digit' Turner2011-02-104-39/+64
* | Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-0911-106/+37
* | Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-1011-37/+106
|/
* Rename emulator_config_xxx to user_config_xxxDavid 'Digit' Turner2011-02-094-10/+10
* Merge "emulator: Fix -no-window flag"David 'Digit' Turner2011-02-091-0/+2
|\
| * emulator: Fix -no-window flagDavid 'Digit' Turner2011-02-091-0/+2
* | Merge "android-configure.sh: Fix --cc=<compiler> option."David 'Digit' Turner2011-02-095-8/+36
|\ \ | |/
| * android-configure.sh: Fix --cc=<compiler> option.David 'Digit' Turner2011-02-095-8/+36
* | Fixing aborts caused by compute_fb_update_rect_linear() when the framebuffersJun Nakajima2011-02-081-0/+1
|/
* Fix emulator core and UI on WindowsVladimir Chtchetkine2011-02-075-10/+16
* x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict.Jun Nakajima2011-02-025-5/+34
* Formatting / Code styling.David 'Digit' Turner2011-02-023-81/+87
* Remove QEMU-ism from UI code.David 'Digit' Turner2011-02-024-26/+28
* Simplify UI-only sources.David 'Digit' Turner2011-02-027-16/+27
* Simplify core framebuffer management.David 'Digit' Turner2011-02-025-205/+82