From: Sen Jiang Date: Wed, 16 Mar 2016 03:38:29 +0000 (+0000) Subject: Revert "Add zlib_fingerprint to target_files.zip" X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=040141becb0263576a51b13c53ece72667b665e2;p=android-x86%2Fbuild.git Revert "Add zlib_fingerprint to target_files.zip" This reverts commit d8c715bf34ca6f637d6b15c8cd50d666137d05a3. Change-Id: Ie0c3c5b2db89fe076d678b67f013c20e836d825f --- diff --git a/core/Makefile b/core/Makefile index 03543ef85..a9646743a 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1727,7 +1727,6 @@ 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