Use same dalvik heap config as gs101
A different dalvik heap config is being used than the one used in gs101. Since all the p22 devices have 6+GB RAM, use the corresponding configuration. Bug: 218910184 Test: adb shell getprop Change-Id: Idcb86c3ae14b3409821c01bc9bf16f5b9a820596
This commit is contained in:
parent
0cde43a0c6
commit
a398ee823c
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ CBD_USE_V2 := true
|
||||||
CBD_PROTOCOL_SIT := true
|
CBD_PROTOCOL_SIT := true
|
||||||
|
|
||||||
# setup dalvik vm configs.
|
# 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
|
PRODUCT_TAGS += dalvik.gc.type-precise
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue