diff options
| author | 2011-09-15 15:39:01 -0700 | |
|---|---|---|
| committer | 2011-09-15 17:52:04 -0700 | |
| commit | 86c2fe474117b4a003125138e0f0e44f5002dfac (patch) | |
| tree | 1ad0bab78f531220cad0180b0c89e36ea3ef88ed | |
| parent | 9f3f71a7de3cf08d6ccf69b29e1e5a16980dc765 (diff) | |
New dalvik heap config for xhdpi devices.
Change-Id: Id56fc9140c3a7d576b5d89042cad583702564f48
| -rw-r--r-- | build/phone-xhdpi-1024-dalvik-heap.mk | 22 |
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 000000000000..f76535a7ad63 --- /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 |