Merge "Remove ro.expect.recovery_id"
am: c683233b64
Change-Id: Ibabb8d69adf943370cb39b284e7704f3f8e22f2a
This commit is contained in:
commit
2432b8116a
|
@ -474,9 +474,6 @@ endif
|
||||||
$(INSTALLED_BUILD_PROP_TARGET): $(intermediate_system_build_prop) $(INSTALLED_RECOVERYIMAGE_TARGET)
|
$(INSTALLED_BUILD_PROP_TARGET): $(intermediate_system_build_prop) $(INSTALLED_RECOVERYIMAGE_TARGET)
|
||||||
@echo "Target build info: $@"
|
@echo "Target build info: $@"
|
||||||
$(hide) grep -v 'ro.product.first_api_level' $(intermediate_system_build_prop) > $@
|
$(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
|
# vendor build.prop
|
||||||
|
|
|
@ -71,7 +71,6 @@ def rewrite_build_property(original, new):
|
||||||
'ro.build.user=',
|
'ro.build.user=',
|
||||||
'ro.build.description=',
|
'ro.build.description=',
|
||||||
'ro.build.fingerprint=',
|
'ro.build.fingerprint=',
|
||||||
'ro.expect.recovery_id=',
|
|
||||||
'ro.vendor.build.date=',
|
'ro.vendor.build.date=',
|
||||||
'ro.vendor.build.date.utc=',
|
'ro.vendor.build.date.utc=',
|
||||||
'ro.vendor.build.fingerprint=']
|
'ro.vendor.build.fingerprint=']
|
||||||
|
|
Loading…
Reference in New Issue