aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2015-10-23 14:45:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-10-23 14:45:05 +0000
commitc82b873b9b6c234da128cdbc0dde6624e45f5b6d (patch)
treed1a983e4e3e7160d3b5fdb277c3d27256d8a56b8
parent373a1e36a99c7af15a00723c7561db3906281ab5 (diff)
parent49be2b115c558505e0f5972e5758dcea9b3f0bde (diff)
downloadbuild-c82b873b9b6c234da128cdbc0dde6624e45f5b6d.tar.gz
Merge "Rename UPDATE_AB_PARTITIONS to AB_OTA_PARTITIONS."
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 7e7dd7743f..055372fb1a 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1608,7 +1608,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