diff --git a/device.mk b/device.mk index 89d38f5..373d9ac 100644 --- a/device.mk +++ b/device.mk @@ -17,6 +17,9 @@ # Product launched with 9.0 $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) +# Setup dalvik vm configs +$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) + # Call the proprietary setup $(call inherit-product, vendor/xiaomi/davinci/davinci-vendor.mk)