Merge "zram: Ensure 1.5 GB free space before creating zram backing device" into main

This commit is contained in:
Richard Chang 2024-08-05 09:06:06 +00:00 committed by Android (Google) Code Review
commit f91cdac2fe

View file

@ -1,3 +1,7 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/performance/sepolicy
PRODUCT_PACKAGES += dump_perf
# Ensure enough free space to create zram backing device
PRODUCT_PRODUCT_PROPERTIES += \
ro.zram_backing_device_min_free_mb=1536