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

Commit 7410ed86 authored by Alex Deymo's avatar Alex Deymo Committed by android-build-merger
Browse files

Merge "Rename UPDATE_AB_PARTITIONS to AB_OTA_PARTITIONS."

am: c82b873b

* commit 'c82b873b':
  Rename UPDATE_AB_PARTITIONS to AB_OTA_PARTITIONS.
parents bbe8225a c82b873b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1609,7 +1609,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) for part in $(UPDATE_AB_PARTITIONS); do \
	$(hide) for part in $(AB_OTA_PARTITIONS); do \
	  echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
	done
ifdef OSRELEASED_DIRECTORY