aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/hw-config.h
Commit message (Collapse)AuthorAgeFilesLines
* Set hw.keyboard.lid default value to false for API level >= 12David 'Digit' Turner2011-03-221-0/+7
| | | | | | | | | | | | | | | | | | | | | This patch modifies the emulator to extract the target API level for the AVD or the current platform release, and use it to set the default value of hw.keyboard.lid. This will *not* affect any existing AVD/platform that sets the value explicitely in its config.ini (for AVDs) or hardware.ini (for platform builds). The change is beneficial for platform builds targetting API level >= 12, because the input framework changed its the window orientation behaviour depending on the availability of a hardware lid. In short, this allows platform builds to be correctly oriented, even if they don't provide a custom hardware.ini. Fix for bug 4128604 Change-Id: I195135aae6f3c4cc11d2f01e1293f3cd6cad2f58
* Generate temporary hardware.ini from configuration settings.David 'Digit' Turner2011-02-011-0/+7
| | | | | | | | | This patch generates a temporary hardware.ini from the hardware configuration. The idea is to move as much hw config info as possible to a single file that the core can read. Other patches will change how various config info is passed to the core, from command-line options to the generated hardware.ini.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+46
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-46/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+46