aboutsummaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | am 70dc4cbc: am 5bc6182a: Fix location of prebuilt skins.Xavier Ducrohet2009-11-202-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix location of prebuilt skins.Xavier Ducrohet2009-11-202-2/+2
| | |_|/ | |/| |
* | | | am c95f75ae: am fa461021: am 49dcc4de: Fix typo which prevented the computati...David 'Digit' Turner2009-10-291-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typo which prevented the computation of the default /data partition sizeDavid 'Digit' Turner2009-10-291-1/+1
| | |/ | |/|
* | | am 98f3c372: am 7d0891ef: am def0e542: Remove the disk partition size hardwar...David 'Digit' Turner2009-10-293-33/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Remove the disk partition size hardware properties.David 'Digit' Turner2009-10-293-33/+4
* | am 03e12440: Add a new hardware property: vm.heapSizeDavid 'Digit' Turner2009-10-083-0/+23
|\ \ | |/
| * Add a new hardware property: vm.heapSizeDavid 'Digit' Turner2009-10-073-0/+23
* | am 065242de: Ensure android/avd/hw-config-defs.h is properly regenerated as n...David 'Digit' Turner2009-10-072-12/+23
|\ \ | |/
| * Ensure android/avd/hw-config-defs.h is properly regenerated as needed.David 'Digit' Turner2009-10-072-12/+23
* | am 48ed3267: Do not use qemu_malloc() to allocate arrays.David 'Digit' Turner2009-10-071-5/+8
|\ \ | |/
| * Do not use qemu_malloc() to allocate arrays.David 'Digit' Turner2009-10-061-5/+8
* | am bcc6ae14: Finally fix ARMv7 NEON emulation.David 'Digit' Turner2009-10-071-10/+0
|\ \ | |/
| * Finally fix ARMv7 NEON emulation.David 'Digit' Turner2009-10-061-10/+0
* | am ddf49e53: Workaround ARMv7 emulation issues.David 'Digit' Turner2009-10-071-0/+10
|\ \ | |/
| * Workaround ARMv7 emulation issues.David 'Digit' Turner2009-10-051-0/+10
* | am f9c07534: Increase Emulator system image to 72MBXavier Ducrohet2009-09-302-2/+2
|\ \ | |/
| * Increase Emulator system image to 72MBXavier Ducrohet2009-09-302-2/+2
* | am 2697a83b: Fix free() bug in charmap codevchtchetkine2009-09-251-0/+9
|\ \ | |/
| * Fix free() bug in charmap codevchtchetkine2009-09-251-0/+9
* | am c3e6bb48: Fix emulator crash on exit, due to invalid free() call.David 'Digit' Turner2009-09-232-13/+1
|\ \ | |/
| * Fix emulator crash on exit, due to invalid free() call.David 'Digit' Turner2009-09-232-13/+1
* | am 52195e70: Fix build break caused by undefined min(a,b)vchtchetkine2009-09-211-1/+4
|\ \ | |/
| * Fix build break caused by undefined min(a,b)vchtchetkine2009-09-211-1/+4
* | am 9085a28c: Implementation for dynamic charmap option in emulator.vchtchetkine2009-09-217-32/+696
|\ \ | |/
| * Implementation for dynamic charmap option in emulator.vchtchetkine2009-09-217-32/+696
* | am 238b4b0e: Fix ARMv7 emulation by disabling CPU alignment exceptionsDavid 'Digit' Turner2009-09-201-2/+25
|\ \ | |/
| * Fix ARMv7 emulation by disabling CPU alignment exceptionsDavid 'Digit' Turner2009-09-201-2/+25
* | am 06074941: Merge change 25638 into eclairDavid 'Digit' Turner2009-09-198-128/+180
|\ \ | |/
| * Allow skins to provide a "dpad-rotation" field for each layout.David 'Digit' Turner2009-09-198-128/+180
* | resolved conflicts for merge of 5d8f37ad to eclair-plus-aospJean-Baptiste Queru2009-09-159-25/+71
|\ \ | |/
| * Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-149-25/+71
* | merge from open-source masterJean-Baptiste Queru2009-09-153-2/+21
|\ \ | |/ |/|
| * Merge change 11469Android Code Review2009-09-141-0/+6
| |\
| | * General changes to support freebsd system in building scriptsAlexey Tarasov2009-09-081-0/+6
| * | Merge change 11471Android Code Review2009-09-141-2/+2
| |\ \
| | * | Allowed building on FreeBSD same timezone related code as for Linux.Alexey Tarasov2009-09-081-2/+2
| | |/
| * | Added config file related to FreeBSD-x86Alexey Tarasov2009-09-081-0/+13
| |/
| * merge from donutJean-Baptiste Queru2009-09-031-3/+3
| |\
| * \ merge from donutJean-Baptiste Queru2009-08-036-89/+444
| |\ \
| * \ \ Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-2523-569/+1265
| |\ \ \
| * \ \ \ Merge commit 'korg/donut'The Android Open Source Project2009-04-244-92/+249
| |\ \ \ \
| | * | | | AI 146314: modify GSM emulation to accomodate 1.0 and 1.1 system images.David Turner2009-04-151-0/+7
| | * | | | AI 145806: Add qemud-version auto-detection logic to android/hw-qemud.cDavid Turner2009-04-123-91/+241
| | * | | | AI 145805: Fix a bug in android/console.c that prevented the console "redir a...David Turner2009-04-121-1/+1
| * | | | | Merge commit 'korg/cupcake'The Android Open Source Project2009-04-143-48/+68
| |\ \ \ \ \ | | |/ / / /
| | * | | | AI 144595: Fix the AVD configuration code to support "sdcard.path" in config....David Turner2009-04-053-48/+68
| * | | | | Merge commit 'korg/cupcake'The Android Open Source Project2009-03-2714-599/+1827
| |\ \ \ \ \ | | |/ / / /
| | * | | | Automated import from //branches/cupcake/...@142901,142901David Turner2009-03-261-0/+1
| | * | | | Automated import from //branches/cupcake/...@142527,142527David Turner2009-03-254-32/+33