mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
Android: increase emulator disk size, for debug builds
Avoid INSTALL_FAILED_INSUFFICIENT_STORAGE on install.
This commit is contained in:
parent
eecbe83750
commit
c0d1b8e808
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue