summaryrefslogtreecommitdiff
path: root/db820c/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'db820c/device.mk')
-rw-r--r--db820c/device.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/db820c/device.mk b/db820c/device.mk
index 859825d..20fc9f2 100644
--- a/db820c/device.mk
+++ b/db820c/device.mk
@@ -14,6 +14,14 @@
# limitations under the License.
#
+# Override heap size and growth limit
+# Copied from Marlin
+PRODUCT_PROPERTY_OVERRIDES := \
+ dalvik.vm.heapgrowthlimit=256m \
+ dalvik.vm.heapsize=36m
+
+$(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
+
PRODUCT_COPY_FILES := \
device/linaro/dragonboard-kernels/$(TARGET_PREBUILT_KERNEL):kernel \
device/linaro/dragonboard/fstab.common:root/fstab.db820c \