summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosh Guilfoyle <Josh.Guilfoyle@T-Mobile.com>2009-08-06 15:25:59 -0700
committerJosh Guilfoyle <Josh.Guilfoyle@T-Mobile.com>2009-08-07 11:43:09 -0700
commit0855d4bc7312044980d29933cbee5f1cafbee87c (patch)
tree9115171a852d20aeae359fdfc13af15f0dbc4fdd /include
parent0bcd97b17d3a25a225cfacb75f55b1b11dc5443f (diff)
downloadframeworks_base-0855d4bc7312044980d29933cbee5f1cafbee87c.zip
frameworks_base-0855d4bc7312044980d29933cbee5f1cafbee87c.tar.gz
frameworks_base-0855d4bc7312044980d29933cbee5f1cafbee87c.tar.bz2
Revert "This is a patch I've checked in in the old repo and apparently it was not ported to devpde01."
This checkin introduced aapt changes to build on the device, which are no longer a required part of the flow. This reverts commit 30f0b7eac75e70e8cedce42b614f33ef5c0a5785. CR: Sergey Ten
Diffstat (limited to 'include')
-rw-r--r--include/utils/Asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/Asset.h b/include/utils/Asset.h
index 7b8d96a..453a204 100644
--- a/include/utils/Asset.h
+++ b/include/utils/Asset.h
@@ -63,7 +63,7 @@ public:
enum {
/* data larger than this does not get uncompressed into a buffer */
#ifdef HAVE_ANDROID_OS
- UNCOMPRESS_DATA_MAX = 2 * 1024 * 1024
+ UNCOMPRESS_DATA_MAX = 1 * 1024 * 1024
#else
UNCOMPRESS_DATA_MAX = 2 * 1024 * 1024
#endif