sm7250-common: Use 6GB dalvik-heap config

We are currently using 2GB dalvik-heap config.

Bug: 145823510
Test: MPTS
Change-Id: I086d4a5c09634c3c7bd51ec5d08dcaa1551511b4
This commit is contained in:
Lokesh Gidra
2019-12-06 14:00:16 -08:00
committed by KakatkarAkshay
parent 89753766b7
commit 2c85ec0e33
2 changed files with 3 additions and 8 deletions

View File

@@ -20,6 +20,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Include GSI keys
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Setup dalvik vm configs
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
# Get non-open-source specific aspects
$(call inherit-product, vendor/oneplus/sm7250-common/sm7250-common-vendor.mk)