mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
a20{e}: Use 2GB phone Dalvik heap values for 3GB variant
Better to loose some performance than to get OOM. Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
This commit is contained in:
parent
0588a79c10
commit
5656d01eaf
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ $(call inherit-product, device/samsung/universal7885-common/universal7885-common
|
|||
|
||||
$(call inherit-product, vendor/samsung/a20/a20-vendor.mk)
|
||||
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
# Derp
|
||||
DERP_BUILDTYPE := Official
|
||||
|
|
|
|||
Loading…
Reference in a new issue