commit | 6f50aa39e741a1d1f3081665d0b7f8d56b7b793c | [log] [tgz] |
---|---|---|
author | Vladimir Chtchetkine <vchtchetkine@google.com> | Thu Apr 26 08:20:18 2012 -0700 |
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | Mon Apr 30 07:09:45 2012 -0700 |
tree | e53c21b1ac6ebe3215c906d0958273e3aecf68ee | |
parent | 7756be82baf16d1c9bb65d2f6a9906afb222e0ca [diff] [blame] |
Add an option to set custom size for cache partition Change-Id: I1be43697ee04f46c5839c4d23e461d54eefc450f
diff --git a/android/help.c b/android/help.c index c6ffb87..1570160 100644 --- a/android/help.c +++ b/android/help.c
@@ -585,6 +585,15 @@ } static void +help_cache_size(stralloc_t* out) +{ + PRINTF( + " use '-cache <size>' to specify a /cache partition size in MB. By default,\n" + " the cache partition size is set to 66MB\n\n" + ); +} + +static void help_no_cache(stralloc_t* out) { PRINTF(