summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorScott Mertz <scott@cyngn.com>2016-02-16 09:09:43 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-16 12:02:38 -0800
commit2b4ec05fc01930a67f91c56edefa9e81414da38e (patch)
treea3562b585fc7dbb67a2a1531ae38df17859e63d2 /config
parent3f4d8432e39952f8c746a39f2e787806ef3eafbd (diff)
downloadvendor_replicant-2b4ec05fc01930a67f91c56edefa9e81414da38e.zip
vendor_replicant-2b4ec05fc01930a67f91c56edefa9e81414da38e.tar.gz
vendor_replicant-2b4ec05fc01930a67f91c56edefa9e81414da38e.tar.bz2
Revert "recovery: default recovery updating to false"
The default behavior is as if this setting is off. There's no need to set it. Settings will now set it at boot if not configured. This reverts commit e0e8c2772ec580d5a69adf742ede09f438b18399. OPO-490 Change-Id: I77963dfc9eea8ece25ed1b6b17bd2c6936ae69ee
Diffstat (limited to 'config')
-rw-r--r--config/common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/common.mk b/config/common.mk
index 0b900d0..e8bc676 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -326,9 +326,6 @@ 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
-
ifndef CM_PLATFORM_SDK_VERSION
# This is the canonical definition of the SDK version, which defines
# the set of APIs and functionality available in the platform. It