We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523b9c7 commit ece1e25Copy full SHA for ece1e25
README.md
@@ -198,6 +198,7 @@ A config file consists of two parts. The first part are some metadata about the
198
Every config file should have metadata with the following fields:
199
- `maintainer`: str; Maintainer and author of the config file.
200
- `device_name`: str; Name of the device.
201
+- `is_ab_device`: bool; A boolean to determine if the device is a/b-partitioned or not.
202
- `device_code`: str; The official device code.
203
- `supported_device_codes`: List[str]; A list of supported device codes for the config. The config will be loaded based on this field.
204
- `twrp-link`: [OPTIONAL] str; name of the corresponding twrp page.
0 commit comments