Create $(zip_root)/PVMFW & archive prebuilt used
It might be useful to have access to the prebuilt that the Android build used to create the pvmfw partition so add a new directory (similarly to other partitions) containing the prebuilt (which is also the only content of the partition). This is particularly useful in ATC, when detecting if the prebuilt was updated by the build. Bug: 232253742 Test: m Change-Id: I1116d91ffb073821568bcaeed30bbb43873dcafa
This commit is contained in:
parent
8ccac5198d
commit
c7b837872d
1 changed files with 2 additions and 0 deletions
|
@ -5974,6 +5974,8 @@ ifeq ($(BOARD_USES_PVMFWIMAGE),true)
|
|||
$(hide) mkdir -p $(zip_root)/PREBUILT_IMAGES
|
||||
$(hide) cp $(INSTALLED_PVMFWIMAGE_TARGET) $(zip_root)/PREBUILT_IMAGES/
|
||||
$(hide) cp $(INSTALLED_PVMFW_EMBEDDED_AVBKEY_TARGET) $(zip_root)/PREBUILT_IMAGES/
|
||||
$(hide) mkdir -p $(zip_root)/PVMFW
|
||||
$(hide) cp $(PREBUILT_PVMFWIMAGE_TARGET) $(zip_root)/PVMFW/
|
||||
endif
|
||||
ifdef BOARD_PREBUILT_BOOTLOADER
|
||||
$(hide) mkdir -p $(zip_root)/IMAGES
|
||||
|
|
Loading…
Reference in a new issue