diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-04-19 12:24:38 -0700 |
---|---|---|
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-04-19 12:24:38 -0700 |
commit | 88078b8875dab47abf9fe80488503f60d9835eaf (patch) | |
tree | 6846351507c83124f1335d334cbce52ba4fa98f2 /android | |
parent | bdd020b108b63fcfccefb2905b9d0401f739981a (diff) | |
download | external_qemu-88078b8875dab47abf9fe80488503f60d9835eaf.zip external_qemu-88078b8875dab47abf9fe80488503f60d9835eaf.tar.gz external_qemu-88078b8875dab47abf9fe80488503f60d9835eaf.tar.bz2 |
Increate default partition size to 200MB
Change-Id: I2996197e7ec4c36c7e46b35edab5b10d7f103c10
Diffstat (limited to 'android')
-rw-r--r-- | android/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/main.c b/android/main.c index 9a763e5..561428b 100644 --- a/android/main.c +++ b/android/main.c @@ -176,7 +176,7 @@ int main(int argc, char **argv) AConfig* skinConfig; char* skinPath; int inAndroidBuild; - uint64_t defaultPartitionSize = convertMBToBytes(128); + uint64_t defaultPartitionSize = convertMBToBytes(200); AndroidOptions opts[1]; /* net.shared_net_ip boot property value. */ |