commit | d24b8183b93e781080b2c16c487e60d51c12da31 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Feb 10 15:44:00 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Feb 10 15:44:00 2009 -0800 |
tree | fbb89154858984eb8e41556da7e9433040d55cd4 | |
parent | f1e484acb594a726fb57ad0ae4cfe902c7f35858 [diff] [blame] |
auto import from //branches/cupcake/...@130745
diff --git a/include/utils/Asset.h b/include/utils/Asset.h index d8351f5..453a204 100644 --- a/include/utils/Asset.h +++ b/include/utils/Asset.h
@@ -62,7 +62,11 @@ 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 }; /*