aboutsummaryrefslogtreecommitdiffstats
path: root/android/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add 'enum' entry type to hw.ini fileVladimir Chtchetkine2012-03-211-2/+17
| | | | | | 'entry' type enumerates values that are allowed for the given type name. Change-Id: Ic0f4021f761dfd78ff4dd9d2b58a2d811109b3c6
* Revert "Support 'enum' type in hardware-properties.ini file"Vladimir Chtchetkine2012-03-211-60/+3
| | | This reverts commit 1d57949ea5bae66b27febc2edcfc7ae0f10be716
* Support 'enum' type in hardware-properties.ini fileVladimir Chtchetkine2012-03-201-3/+60
| | | | | | | | | | | | | | | | | | | This CL adds new 'enum' type to the types supported by the script. Enumerated types should be formatted as such: enum(type: val1[, val2[, ..., valN]) where: - 'type' defines type of enumerated values, and must be one of the types listed in typesToMacros - 'val1'... 'valN' lists enumerated values, separated with a comma. - '...' is a special value indicating that AVD editor may set property value that doesn't match values enumerated in the .ini file. However, default value set for the property must match one of the enumerated values. Change-Id: Id5c1c2940a956002e9e01a2d2456b6218f1f3742
* Ensure android/avd/hw-config-defs.h is properly regenerated as needed.David 'Digit' Turner2009-10-071-11/+22
| | | | | | | | This modifies the emulator's build system to ensure that the file at android/avd/hw-config-defs.h is regenerated automatically each time that android/avd/hardware-properties.ini is itself changed. Tested with both the Android build system, and the standalone one.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+141
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-141/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-4/+4
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+141