diff --git a/README_CUSTOM_CONFIG.md b/README_CUSTOM_CONFIG.md index 0d69701..7605f4d 100644 --- a/README_CUSTOM_CONFIG.md +++ b/README_CUSTOM_CONFIG.md @@ -16,6 +16,15 @@ You can change the language setting of Android Emulator on the fly by passing fo - LANGUAGE="\" - COUNTRY="\" +Data partition size +------------------- + +The size of the data partition can be set by passing the following environment variable: + +- DATAPARTITION="\" + +The value can be specified in the same format that is used by the emulator config file (`disk.dataPartition.size`), e.g. `800m`. + Camera ------