summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-02-10 23:00:41 +0059
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-02-10 23:00:41 +0059
commit35e324f957c4bf557200ed64b1c2509c373aee94 (patch)
tree603c0540f962777a4195c6cd5637657da82ec780
parentffc1d11632bf6c9af2fc57f76073f51213a9a32f (diff)
downloadimx6-35e324f957c4bf557200ed64b1c2509c373aee94.tar.gz
iMX6: Inherit tablet-dalvik-heap
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--device.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index de3c028..d7487a9 100644
--- a/device.mk
+++ b/device.mk
@@ -41,3 +41,5 @@ PRODUCT_PACKAGES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.nohardwaregfx=true
+
+$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)