summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2009-09-03 19:48:51 -0400
committerSteve Kondik <shade@chemlab.org>2010-06-28 12:00:05 -0400
commit9b2d107d9b3d6c474d465c59d2a0886c1e1b3058 (patch)
treee70b0ee2e8699131332f390e3d5146fb392f97dd /include
parent46b987af737d05ddc524a8dd09dd13dd3fe4fdf2 (diff)
downloadframeworks_base-9b2d107d9b3d6c474d465c59d2a0886c1e1b3058.zip
frameworks_base-9b2d107d9b3d6c474d465c59d2a0886c1e1b3058.tar.gz
frameworks_base-9b2d107d9b3d6c474d465c59d2a0886c1e1b3058.tar.bz2
Raise UNCOMPRESS_DATA_MAX.
Diffstat (limited to 'include')
-rw-r--r--include/utils/Asset.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/utils/Asset.h b/include/utils/Asset.h
index 5908bcc..b2697d4 100644
--- a/include/utils/Asset.h
+++ b/include/utils/Asset.h
@@ -63,11 +63,7 @@ public:
enum {
/* data larger than this does not get uncompressed into a buffer */
-#ifdef HAVE_ANDROID_OS
- UNCOMPRESS_DATA_MAX = 1 * 1024 * 1024
-#else
- UNCOMPRESS_DATA_MAX = 2 * 1024 * 1024
-#endif
+ UNCOMPRESS_DATA_MAX = 3 * 1024 * 1024
};
/*