aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Merge c80340 from master to r13: Move charmap to hardware pro...Xavier Ducrohet2011-08-221-2/+23
* merge from tools_r13The Android Open-Source Project2011-08-111-23/+2
|\
| * Revert "Merge c80340 from master to r13: Move charmap to hardware properties"...Xavier Ducrohet2011-08-111-23/+2
| * Merge c80340 from master to r13: Move charmap to hardware propertiesDavid 'Digit' Turner2011-08-051-2/+23
| * Fix -sysdir handling.David 'Digit' Turner2011-08-041-1/+1
| * Fixes dataPartition size problemMaciek Molerus2011-08-041-1/+4
* | Fix a small bug in the -sysdir handling.David 'Digit' Turner2011-07-071-1/+1
* | Move charmap to hardware propertiesDavid 'Digit' Turner2011-07-071-2/+23
* | Fixes dataPartition size problemMaciek Molerus2011-06-171-1/+4
* | arm: Automic ARMv7-A support for platform builds.David 'Digit' Turner2011-06-161-2/+24
|/
* Dump hardware config. with -verbose option.David 'Digit' Turner2011-05-141-0/+20
* Fix -snapshot-list option.David 'Digit' Turner2011-05-051-0/+15
* Set hw.keyboard.lid default value to false for API level >= 12David 'Digit' Turner2011-03-221-1/+1
* Fix -shell and -logcat options.David 'Digit' Turner2011-03-181-1/+5
* Move AVD name initialization to the core.David 'Digit' Turner2011-03-011-2/+1
* Move some serial ports initialization to the core.David 'Digit' Turner2011-03-011-56/+11
* Move data partition initialization to core.David 'Digit' Turner2011-03-011-9/+63
* Move system image initialization to core.David 'Digit' Turner2011-03-011-9/+151
* Move snapshot storage initialization to the core.David 'Digit' Turner2011-03-011-39/+71
* Move the SD Card initialization to the core.David 'Digit' Turner2011-03-011-11/+40
* Move cache partition initialization to core.David 'Digit' Turner2011-03-011-20/+30
* Move kernel/ramdisk initialization to the core.David 'Digit' Turner2011-03-011-21/+20
* Rework AvdInfo processing.David 'Digit' Turner2011-03-011-26/+21
* Remove CONFIG_ANDROID_SNAPSHOTS macro.David 'Digit' Turner2011-03-011-2/+0
* Remove un-needed "-netspeed full" and "-netdelay none".David 'Digit' Turner2011-03-011-9/+11
* 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
* Remove android/main-ui.cDavid 'Digit' Turner2011-02-231-12/+20
* Minor cleanups for core/ui Makefile separation.David 'Digit' Turner2011-02-231-2/+2
* Stuff hardware configuration with paths to image / partition filesVladimir Chtchetkine2011-02-221-446/+13
* merge from tools_r10The Android Open Source Project2011-02-171-0/+3
|\
| * Fix "avd name" bug.David 'Digit' Turner2011-02-171-0/+3
* | Correct auto-detection of default VM heap size.David 'Digit' Turner2011-02-101-14/+27
* | Get rid of -android-gui core option.David 'Digit' Turner2011-02-101-1/+1
* | Write the core hardware configuration file to AVD's content directory.David 'Digit' Turner2011-02-101-11/+5
* | Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-091-8/+3
* | Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-101-3/+8
|/
* Rename emulator_config_xxx to user_config_xxxDavid 'Digit' Turner2011-02-091-1/+1
* Fixing aborts caused by compute_fb_update_rect_linear() when the framebuffersJun Nakajima2011-02-081-0/+1
* x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict.Jun Nakajima2011-02-021-0/+8
* Move framebuffer.h to android/David 'Digit' Turner2011-02-021-1/+1
* Separate init_skinned_ui() into two functions.David 'Digit' Turner2011-02-021-13/+16
* Move common main routines from into android-common.[hc]David 'Digit' Turner2011-02-021-476/+1
* Generate temporary hardware.ini from configuration settings.David 'Digit' Turner2011-02-011-0/+26
* Compute default memory size from screen size.David 'Digit' Turner2011-01-191-1/+29
* Print concatenated QEMU options with -verbose.David 'Digit' Turner2011-01-191-1/+8
* Add support for 32-bit framebuffers.David 'Digit' Turner2011-01-181-4/+9
* Refining main-ui.c to better separate UI and core related initializationVladimir Chtchetkine2011-01-131-6/+1
* Remove obsolete -audio-in and -audio-out options.David 'Digit' Turner2011-01-021-9/+0