Merge "Remove ro.expect.recovery_id"

This commit is contained in:
Tom Cherry 2019-01-29 17:07:51 +00:00 committed by Gerrit Code Review
commit c683233b64
2 changed files with 0 additions and 4 deletions

View File

@ -474,9 +474,6 @@ endif
$(INSTALLED_BUILD_PROP_TARGET): $(intermediate_system_build_prop) $(INSTALLED_RECOVERYIMAGE_TARGET)
@echo "Target build info: $@"
$(hide) grep -v 'ro.product.first_api_level' $(intermediate_system_build_prop) > $@
ifdef INSTALLED_RECOVERYIMAGE_TARGET
$(hide) echo ro.expect.recovery_id=`cat $(RECOVERYIMAGE_ID_FILE)` >> $@
endif
# -----------------------------------------------------------------
# vendor build.prop

View File

@ -71,7 +71,6 @@ def rewrite_build_property(original, new):
'ro.build.user=',
'ro.build.description=',
'ro.build.fingerprint=',
'ro.expect.recovery_id=',
'ro.vendor.build.date=',
'ro.vendor.build.date.utc=',
'ro.vendor.build.fingerprint=']