From d06e1c16d856f061065a09f83c3fab445263dc68 Mon Sep 17 00:00:00 2001 From: Alex Deymo Date: Thu, 22 Oct 2015 18:15:27 -0700 Subject: [PATCH] Rename UPDATE_AB_PARTITIONS to AB_OTA_PARTITIONS. In order to have all the A/B updater variables in the same AB_OTA_ namespace we rename UPDATE_AB_PARTITIONS to AB_OTA_PARTITIONS. Bug: None Test: `make dist` includes the partitions.txt file if properly configured. Change-Id: Ied4faabd7e2f0ab8a5007afb44ad2f38df8d630d (cherry picked from commit 49be2b115c558505e0f5972e5758dcea9b3f0bde) --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 4f117b812..c9ad03a84 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1557,7 +1557,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 endif -- 2.11.0