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

Commit f9bd3d82 authored by Alex Deymo's avatar Alex Deymo Committed by Android Git Automerger
Browse files

am 35907067: am e89dd69c: Merge "Pack META/ab_partitions.txt when using the A/B OTA updater."

* commit '35907067':
  Pack META/ab_partitions.txt when using the A/B OTA updater.
parents 3b10364b 35907067
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1597,6 +1597,9 @@ 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) for part in $(UPDATE_AB_PARTITIONS); do \
	  echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
	done
endif
ifeq ($(BREAKPAD_GENERATE_SYMBOLS),true)
	@# If breakpad symbols have been generated, add them to the zip.