laurel_sprout: Commonize ZRAM configuration
This should be suitable for both laurel_sprout and ginkgo. Change-Id: I55f1a2515a84ed306069719c270f40c3a8298ce8 Signed-off-by: Skyblueborb <tomaszborbely0710@gmail.com>
This commit is contained in:
@@ -60,8 +60,7 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \
|
||||
|
||||
# Rootdir
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.qcom \
|
||||
fstab.zram
|
||||
fstab.qcom
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
init.device.rc \
|
||||
|
||||
@@ -25,9 +25,3 @@ prebuilt_etc {
|
||||
src: "etc/fstab.qcom",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "fstab.zram",
|
||||
src: "etc/fstab.zram",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
#<src> <mnt_point> <type> <mnt_flags> <fs_mgr_flags>
|
||||
/dev/block/zram0 none swap defaults zramsize=3221225472
|
||||
Reference in New Issue
Block a user