From d8c715bf34ca6f637d6b15c8cd50d666137d05a3 Mon Sep 17 00:00:00 2001 From: Sen Jiang Date: Mon, 7 Mar 2016 16:51:01 -0800 Subject: [PATCH] Add zlib_fingerprint to target_files.zip Test: make dist Bug: 27156099 Change-Id: I4608de70ad4dfe6523b832bbf7002dcccefe932f --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index a9646743a..03543ef85 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1727,6 +1727,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) $(ACP) $(TARGET_OUT_COMMON_GEN)/zlib_fingerprint $(zip_root)/META/zlib_fingerprint.txt $(hide) for part in $(AB_OTA_PARTITIONS); do \ echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \ done