mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Use proper dalvik heap config
This commit is contained in:
parent
cb931614d9
commit
16f1410753
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ TARGET_SCREEN_WIDTH := 1536
|
|||
# Device characteristics
|
||||
PRODUCT_CHARACTERISTICS := tablet
|
||||
|
||||
$(call inherit-product-if-exists, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk)
|
||||
$(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in a new issue