summaryrefslogtreecommitdiffstats
path: root/build/phone-hdpi-512-dalvik-heap.mk
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2011-02-01 17:59:36 -0800
committerCarl Shapiro <cshapiro@google.com>2011-02-01 20:21:48 -0800
commit85f974e7be05accc3a1f110be5b14f326addc592 (patch)
tree4b6abad1b48fbe52923e5d608efe21ba9c92394d /build/phone-hdpi-512-dalvik-heap.mk
parent8b805ddc2eacaf7c5618619feee2154c4b18e9bf (diff)
downloadframeworks_base-85f974e7be05accc3a1f110be5b14f326addc592.zip
frameworks_base-85f974e7be05accc3a1f110be5b14f326addc592.tar.gz
frameworks_base-85f974e7be05accc3a1f110be5b14f326addc592.tar.bz2
Fix the naming of the heap growth limit property.
This change ensures that the heap growth limit is property registered with the virtual machine. Otherwise, applications will default to the maximum heap size. Bug: 3414804 Change-Id: Id820bf718993a45088f7652910deca9cd87fd488
Diffstat (limited to 'build/phone-hdpi-512-dalvik-heap.mk')
-rw-r--r--build/phone-hdpi-512-dalvik-heap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/phone-hdpi-512-dalvik-heap.mk b/build/phone-hdpi-512-dalvik-heap.mk
index 630cf03..788b686 100644
--- a/build/phone-hdpi-512-dalvik-heap.mk
+++ b/build/phone-hdpi-512-dalvik-heap.mk
@@ -19,5 +19,5 @@
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.heapstartsize=5m \
- dalvik.vm.growthlimit=32m \
+ dalvik.vm.heapgrowthlimit=32m \
dalvik.vm.heapsize=128m