Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22d624a9 authored by Steve Fung's avatar Steve Fung
Browse files

Add the Product ID to target_files.zip

When using the A/B updater, include the product id string to
target_files.zip.
This is needed by the Omaha backend.

Bug: 24946811
Change-Id: I2ce5f6cffe440c29a1820348ee215c71cec07861
parent 37572684
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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