Merge "Add the product version to target_files.zip."
This commit is contained in:
@@ -1606,6 +1606,9 @@ ifeq ($(AB_OTA_UPDATER),true)
|
|||||||
$(hide) for part in $(UPDATE_AB_PARTITIONS); do \
|
$(hide) for part in $(UPDATE_AB_PARTITIONS); do \
|
||||||
echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
|
echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
|
||||||
done
|
done
|
||||||
|
ifdef OSRELEASED_DIRECTORY
|
||||||
|
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/product_version $(zip_root)/META/product_version.txt
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BREAKPAD_GENERATE_SYMBOLS),true)
|
ifeq ($(BREAKPAD_GENERATE_SYMBOLS),true)
|
||||||
@# If breakpad symbols have been generated, add them to the zip.
|
@# If breakpad symbols have been generated, add them to the zip.
|
||||||
|
Reference in New Issue
Block a user