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