Merge "Add the Product ID to target_files.zip"

This commit is contained in:
Steve Fung 2015-10-15 18:13:41 +00:00 committed by Gerrit Code Review
commit 2af586376d
1 changed files with 1 additions and 0 deletions

View File

@ -1607,6 +1607,7 @@ ifeq ($(AB_OTA_UPDATER),true)
echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
done
ifdef OSRELEASED_DIRECTORY
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/product_id $(zip_root)/META/product_id.txt
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/product_version $(zip_root)/META/product_version.txt
endif
endif