From 88078b8875dab47abf9fe80488503f60d9835eaf Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 19 Apr 2012 12:24:38 -0700 Subject: Increate default partition size to 200MB Change-Id: I2996197e7ec4c36c7e46b35edab5b10d7f103c10 --- android/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') 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. */ -- cgit v1.1