mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
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:
committed by
TreeHugger Robot
parent
0cde43a0c6
commit
a398ee823c
@@ -722,7 +722,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user