forked from openkylin/platform_build
am 2af58637: Merge "Add the Product ID to target_files.zip"
* commit '2af586376d2b99c75a5672c72a704f2031adc0fe': Add the Product ID to target_files.zip
This commit is contained in:
commit
a6968d8f1d
|
@ -1608,6 +1608,7 @@ ifeq ($(AB_OTA_UPDATER),true)
|
|||
echo "$${part}" >> $(zip_root)/META/ab_partitions.txt; \
|
||||
done
|
||||
ifdef OSRELEASED_DIRECTORY
|
||||
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/product_id $(zip_root)/META/product_id.txt
|
||||
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/product_version $(zip_root)/META/product_version.txt
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue