recovery: default recovery updating to false
Default recovery flashing on system updates to false. This can be overridden for specific builds/devices, but the option can be enabled or disabled on all builds. Change-Id: Ia1bc94bd1e5f799fc894286a6b2f4f7a8a3816dd
This commit is contained in:
parent
34d5e90843
commit
e0e8c2772e
@ -315,6 +315,9 @@ ifneq ($(PRODUCT_DEFAULT_DEV_CERTIFICATE),build/target/product/security/testkey)
|
||||
endif
|
||||
endif
|
||||
|
||||
# by default, do not update the recovery with system updates
|
||||
PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.cm.display.version=$(CM_DISPLAY_VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user