Merge "zram: Ensure 1.5 GB free space before creating zram backing device" into main
This commit is contained in:
commit
f91cdac2fe
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/performance/sepolicy
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/performance/sepolicy
|
||||||
|
|
||||||
PRODUCT_PACKAGES += dump_perf
|
PRODUCT_PACKAGES += dump_perf
|
||||||
|
|
||||||
|
# Ensure enough free space to create zram backing device
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.zram_backing_device_min_free_mb=1536
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue