diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2020-09-11 16:32:23 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-04 22:32:25 +0200 |
commit | ad7a824d48ca999111f05792aa191902ed03db38 (patch) | |
tree | ebfb3b37b373196f1d72f29f3eeb72b00d6d48b1 /msm8996.mk | |
parent | 6de06dfb2730aa96bf22675b7a52c8d25c40331c (diff) |
msm8996-common: Add default dalvik heap values as fallback
* In case libinit doesn't get loaded (for example on any pure AOSP GSI) we
need to have fallback values to make the device usable
Change-Id: I149be63a625d3b00188512b45fe0e556de6abaec
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_m.mk) # Get non-open-source specific aspects $(call inherit-product, vendor/zuk/msm8996-common/msm8996-common-vendor.mk) +# Setup dalvik vm configs +$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk) + # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \ |