Use 6GB dalvik-heap config for WHI series phones
Since all the WHI phones have 6GB+ RAM, we should be using at least a 6GB dalvik-heap config, as being done in pixel5 and older devices. Test: build and boot Bug: 189738006 Change-Id: I5a232d2901dec819b225812d023d2e5a43d3e0a6
This commit is contained in:
parent
fb95660824
commit
42c5499945
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ CBD_USE_V2 := true
|
|||
CBD_PROTOCOL_SIT := true
|
||||
|
||||
# setup dalvik vm configs.
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
|
||||
|
||||
PRODUCT_TAGS += dalvik.gc.type-precise
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue