Move ro.config.low_ram back to being a vendor property
(cherry-picked from commit 2fb62c8ea0
)
Bug: 110517986
Test: make
Merged-In: I1394ac1220c290533fbe9641d10c5997362577fd
Change-Id: I1394ac1220c290533fbe9641d10c5997362577fd
This commit is contained in:
parent
565305947e
commit
2781e8ba56
2 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
# Sets Android Go recommended default values for propreties.
|
||||
|
||||
# Set lowram options
|
||||
ro.config.low_ram=true
|
||||
ro.lmk.critical_upgrade=true
|
||||
ro.lmk.upgrade_pressure=40
|
||||
ro.lmk.downgrade_pressure=60
|
||||
|
|
|
@ -16,6 +16,11 @@
|
|||
|
||||
# Sets Android Go recommended default product options..
|
||||
|
||||
|
||||
# Set lowram options
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.low_ram=true \
|
||||
|
||||
# Speed profile services and wifi-service to reduce RAM and storage.
|
||||
PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile
|
||||
|
||||
|
|
Loading…
Reference in a new issue