summaryrefslogtreecommitdiffstats
path: root/build/phone-xhdpi-1024-dalvik-heap.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-09-15 15:39:01 -0700
committerDianne Hackborn <hackbod@google.com>2011-09-15 17:52:04 -0700
commit86c2fe474117b4a003125138e0f0e44f5002dfac (patch)
tree1ad0bab78f531220cad0180b0c89e36ea3ef88ed /build/phone-xhdpi-1024-dalvik-heap.mk
parent9f3f71a7de3cf08d6ccf69b29e1e5a16980dc765 (diff)
downloadframeworks_base-86c2fe474117b4a003125138e0f0e44f5002dfac.zip
frameworks_base-86c2fe474117b4a003125138e0f0e44f5002dfac.tar.gz
frameworks_base-86c2fe474117b4a003125138e0f0e44f5002dfac.tar.bz2
New dalvik heap config for xhdpi devices.
Change-Id: Id56fc9140c3a7d576b5d89042cad583702564f48
Diffstat (limited to 'build/phone-xhdpi-1024-dalvik-heap.mk')
-rw-r--r--build/phone-xhdpi-1024-dalvik-heap.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/build/phone-xhdpi-1024-dalvik-heap.mk b/build/phone-xhdpi-1024-dalvik-heap.mk
new file mode 100644
index 0000000..f76535a
--- /dev/null
+++ b/build/phone-xhdpi-1024-dalvik-heap.mk
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2011 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# Provides overrides to configure the Dalvik heap for a standard tablet device.
+
+PRODUCT_PROPERTY_OVERRIDES += \
+ dalvik.vm.heapstartsize=8m \
+ dalvik.vm.heapgrowthlimit=64m \
+ dalvik.vm.heapsize=256m