From e0e8c2772ec580d5a69adf742ede09f438b18399 Mon Sep 17 00:00:00 2001 From: "Brint E. Kriebel" Date: Wed, 21 May 2014 23:37:52 -0700 Subject: [PATCH] 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 --- config/common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/common.mk b/config/common.mk index b83b994c..bd0cc817 100644 --- a/config/common.mk +++ b/config/common.mk @@ -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)