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

Commit e55b1ffa authored by Sen Jiang's avatar Sen Jiang Committed by android-build-merger
Browse files

Merge "Add zlib_fingerprint to target_files.zip"

am: 65aa9761

* commit '65aa9761':
  Add zlib_fingerprint to target_files.zip
parents 8d7e09ce 65aa9761
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1778,6 +1778,7 @@ endif
ifeq ($(AB_OTA_UPDATER),true)
	@# When using the A/B updater, include the updater config files in the zip.
	$(hide) $(ACP) $(TOPDIR)system/update_engine/update_engine.conf $(zip_root)/META/update_engine_config.txt
	$(hide) $(ACP) $(TARGET_OUT_COMMON_GEN)/zlib_fingerprint $(zip_root)/META/zlib_fingerprint.txt
	$(hide) for part in $(AB_OTA_PARTITIONS); do \
	  echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
	done