From e56975ec49b9a88b78ce6623561e9737d1e20c97 Mon Sep 17 00:00:00 2001 From: Andrzej Zabost Date: Wed, 20 Nov 2019 15:28:09 +0100 Subject: [PATCH] Add data partition size variable documentation (#211) --- README_CUSTOM_CONFIG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ------