diff --git a/device-cloudripper.mk b/device-cloudripper.mk index ad7b040..a41ecd8 100644 --- a/device-cloudripper.mk +++ b/device-cloudripper.mk @@ -149,3 +149,7 @@ else PRODUCT_COPY_FILES += \ device/google/pantah/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif + +# Set zram size +PRODUCT_VENDOR_PROPERTIES += \ + vendor.zram.size=3g diff --git a/device-ravenclaw.mk b/device-ravenclaw.mk index b3f5b21..8e1b13c 100644 --- a/device-ravenclaw.mk +++ b/device-ravenclaw.mk @@ -163,3 +163,7 @@ else PRODUCT_COPY_FILES += \ device/google/pantah/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif + +# Set zram size +PRODUCT_VENDOR_PROPERTIES += \ + vendor.zram.size=3g