am 123b060f: am 5df7366e: am f698ca63: Merge "Add the product version to target_files.zip."

* commit '123b060f042349f64e336b5202dc1e2d92e262fd':
  Add the product version to target_files.zip.
This commit is contained in:
Bertrand Simonnet 2015-10-13 20:22:10 +00:00 committed by Android Git Automerger
commit dc3f1214d9

View file

@ -1606,6 +1606,9 @@ ifeq ($(AB_OTA_UPDATER),true)
$(hide) for part in $(UPDATE_AB_PARTITIONS); do \
echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
done
ifdef OSRELEASED_DIRECTORY
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/product_version $(zip_root)/META/product_version.txt
endif
endif
ifeq ($(BREAKPAD_GENERATE_SYMBOLS),true)
@# If breakpad symbols have been generated, add them to the zip.