OSDN Git Service

store supported versions of blockimgdiff in misc_info
authorDoug Zongker <dougz@google.com>
Mon, 8 Sep 2014 23:02:02 +0000 (16:02 -0700)
committerDoug Zongker <dougz@google.com>
Thu, 25 Sep 2014 23:42:53 +0000 (16:42 -0700)
Change-Id: Ibe14307aa49ffa75c9d69fb7bbdcb306780d74b4

core/Makefile

index d3fc6cc..a3f3757 100644 (file)
@@ -1395,6 +1395,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
 ifneq ($(filter ro.product.brand ro.product.name ro.product.device, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_OEM_PROPERTIES)),)