Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ed08fc7 authored by Bharath's avatar Bharath
Browse files

FP3: Inherit 4GB dalvik heap config

Since FP3 is a 4GB device, inherit the 4GB config instead of 2GB
config.

Change-Id: I9ab981d2e1bec7ad5d388a8f5fa1c8c395b78afc
parent cc8f0c2d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -186,10 +186,8 @@ PRODUCT_PACKAGES += \

# Dalvik
PRODUCT_PROPERTY_OVERRIDES += \
           dalvik.vm.heapminfree=4m \
           dalvik.vm.heapstartsize=16m \
           vendor.vidc.disable.split.mode=1
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)

# Display
PRODUCT_PACKAGES += \