Merge "Write AB_OTA_POSTINSTALL_CONFIG to META/postinstall_config.txt." am: 99d5f361b4
am: 48ea511512

* commit '48ea5115124a214b17af19ca4a5e6b720b46caa6':
  Write AB_OTA_POSTINSTALL_CONFIG to META/postinstall_config.txt.
diff --git a/core/Makefile b/core/Makefile
index 8922f06..c930708 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1629,6 +1629,9 @@
 	$(hide) for part in $(AB_OTA_PARTITIONS); do \
 	  echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
 	done
+	$(hide) for conf in $(AB_OTA_POSTINSTALL_CONFIG); do \
+	  echo "$${conf}" >> $(zip_root)/META/postinstall_config.txt; \
+	done
 	@# Include the build type in META/misc_info.txt so the server can easily differentiate production builds.
 	$(hide) echo "build_type=$(TARGET_BUILD_VARIANT)" >> $(zip_root)/META/misc_info.txt
 ifdef OSRELEASED_DIRECTORY