P22: config zram size for dev boards
Bug: 222601059 Test: run generic/018 Signed-off-by: Randall Huang <huangrandall@google.com> Change-Id: I2dad954957c9523816072fe4d42db6ae85dc87d1
This commit is contained in:
parent
22fe48b297
commit
e3d97fcd99
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue