Add data partition size variable documentation (#211)

This commit is contained in:
Andrzej Zabost 2019-11-20 15:28:09 +01:00 committed by Budi Utomo
parent 2fa8734ac5
commit e56975ec49

View file

@ -16,6 +16,15 @@ You can change the language setting of Android Emulator on the fly by passing fo
- LANGUAGE="\<language>"
- COUNTRY="\<country>"
Data partition size
-------------------
The size of the data partition can be set by passing the following environment variable:
- DATAPARTITION="\<size>"
The value can be specified in the same format that is used by the emulator config file (`disk.dataPartition.size`), e.g. `800m`.
Camera
------