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

Commit 53a6fd64 authored by Steve Fung's avatar Steve Fung Committed by Gerrit Code Review
Browse files

Merge "Add the build type to META folder in target files.zip"

parents 1b268513 4044b38f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1630,6 +1630,8 @@ ifeq ($(AB_OTA_UPDATER),true)
	$(hide) for part in $(AB_OTA_PARTITIONS); do \
	  echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
	done
	@# Include the build type in META/misc_info.txt so the server can easily differentiate production builds.
	$(hide) echo "build_type=$(TARGET_BUILD_VARIANT)" >> $(zip_root)/META/misc_info.txt
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