Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'enum' entry type to hw.ini file | Vladimir Chtchetkine | 2012-03-21 | 1 | -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 Chtchetkine | 2012-03-21 | 1 | -60/+3 |
| | | | This reverts commit 1d57949ea5bae66b27febc2edcfc7ae0f10be716 | ||||
* | Support 'enum' type in hardware-properties.ini file | Vladimir Chtchetkine | 2012-03-20 | 1 | -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' Turner | 2009-10-07 | 1 | -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/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+141 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -141/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -4/+4 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+141 |