Merge "Override the heap growth limit"
This commit is contained in:
commit
f2e87ca821
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.power@1.0-service \
|
||||
android.hardware.power@1.0-impl
|
||||
|
||||
# Override heap growth limit due to high display density on device
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
dalvik.vm.heapgrowthlimit=256m
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
$(call inherit-product, device/qcom/common/common64.mk)
|
||||
|
||||
PRODUCT_NAME := sdm660_64
|
||||
|
|
Loading…
Reference in a new issue