From 82ba98de48da9c4bcd600146482753166468abff Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Mon, 8 Sep 2014 16:02:02 -0700 Subject: [PATCH] store supported versions of blockimgdiff in misc_info Change-Id: Idfbcf4b4435e1300a6dde52dd6cb675f0d85ca79 --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index b2f3d3988..5bbc2e3e7 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1425,6 +1425,7 @@ endif $(hide) echo "use_set_metadata=1" >> $(zip_root)/META/misc_info.txt $(hide) echo "multistage_support=1" >> $(zip_root)/META/misc_info.txt $(hide) echo "update_rename_support=1" >> $(zip_root)/META/misc_info.txt + $(hide) echo "blockimgdiff_versions=1,2" >> $(zip_root)/META/misc_info.txt ifneq ($(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_OEM_PROPERTIES),) # OTA scripts are only interested in fingerprint related properties $(hide) echo "oem_fingerprint_properties=$(filter ro.product.brand ro.product.name ro.product.device, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_OEM_PROPERTIES))" >> $(zip_root)/META/misc_info.txt -- 2.11.0