Merge "Remove ro.expect.recovery_id"
This commit is contained in:
commit
c683233b64
|
@ -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
|
||||
|
|
|
@ -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=']
|
||||
|
|
Loading…
Reference in New Issue