sm7125: Add fstab.sqzr

Change-Id: I82e628ff00f2f27f52f702f3303ce03fccf14d5a
fourteen-wip
Simon1511 3 years ago
parent 7bfd2a5be8
commit f6cfae4ae8
  1. 1
      common.mk
  2. 8
      rootdir/Android.mk
  3. 9
      rootdir/etc/fstab.sqzr

@ -34,6 +34,7 @@ AB_OTA_UPDATER := false
PRODUCT_PACKAGES += \
fstab.default \
fstab.default.ramdisk \
fstab.sqzr \
init.a52q.rc \
init.qcom.factory.rc \
init.qcom.rc \

@ -20,6 +20,14 @@ LOCAL_SRC_FILES := etc/fstab.default
LOCAL_MODULE_PATH := $(TARGET_RAMDISK_OUT)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := fstab.sqzr
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/fstab.sqzr
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := init.a52q.rc
LOCAL_MODULE_TAGS := optional

@ -0,0 +1,9 @@
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# SWAP (SQZR)
/dev/block/zram0 none swap defaults zramsize=2684354560,max_comp_streams=8,zram_backingdev_size=256M
Loading…
Cancel
Save