From c0d1b8e80861e75f7f3e76660675e88d963b81bb Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 2 Jul 2018 16:56:49 +0200 Subject: Android: increase emulator disk size, for debug builds Avoid INSTALL_FAILED_INSUFFICIENT_STORAGE on install. --- python/servo/bootstrap_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/bootstrap_commands.py') diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index 07c31c660cd..699981ff6d1 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -158,7 +158,7 @@ class MachCommands(CommandBase): process.stdin.write("no\n") assert process.wait() == 0 with open(path.join(toolchains, "avd", avd_name, "config.ini"), "a") as f: - f.write("disk.dataPartition.size=1G\n") + f.write("disk.dataPartition.size=2G\n") @Command('update-hsts-preload', description='Download the HSTS preload list', -- cgit v1.2.3