summaryrefslogtreecommitdiff
path: root/include/onlineupdate
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-28 16:09:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:20 +0200
commit0272fd6b53bf5f1025e259b6749b5ba168cce48f (patch)
treeddd7489482a9ec0d5729f9642b3c2700bcae2144 /include/onlineupdate
parent4165dd4e465a86ba6abe9afb3abfda5ef72493ea (diff)
allow to create mar files for LibO with symbols
LibO with symbols mar files are around 1.5GB. I'm not yet sure if they are really useful but at least we have the option to create them. Most likely the better option is to use the crash reporter and upload the symbol information there. Change-Id: I7c5af9ca3b52f7d712e60115bf23da22240160bb
Diffstat (limited to 'include/onlineupdate')
-rw-r--r--include/onlineupdate/mar_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onlineupdate/mar_private.h b/include/onlineupdate/mar_private.h
index 12ff99d65e1f..319564b749a4 100644
--- a/include/onlineupdate/mar_private.h
+++ b/include/onlineupdate/mar_private.h
@@ -23,7 +23,7 @@
/* Make sure the file is less than 500MB. We do this to protect against
invalid MAR files. */
-#define MAX_SIZE_OF_MAR_FILE ((int64_t)524288000)
+#define MAX_SIZE_OF_MAR_FILE ((int64_t)1824288000)
/* Existing code makes assumptions that the file size is
smaller than LONG_MAX. */