We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c4377 commit 09539d7Copy full SHA for 09539d7
core/Makefile
@@ -1536,6 +1536,12 @@ endif
1536
@# Contents of the data image
1537
$(hide) $(call package_files-copy-root, \
1538
$(TARGET_OUT_DATA),$(zip_root)/DATA)
1539
+ifdef BOARD_CUSTOM_BOOTIMG
1540
+ @# Prebuilt boot images
1541
+ $(hide) mkdir -p $(zip_root)/BOOTABLE_IMAGES
1542
+ $(hide) $(ACP) $(INSTALLED_BOOTIMAGE_TARGET) $(zip_root)/BOOTABLE_IMAGES/
1543
+ $(hide) $(ACP) $(INSTALLED_RECOVERYIMAGE_TARGET) $(zip_root)/BOOTABLE_IMAGES/
1544
+endif
1545
ifdef BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE
1546
@# Contents of the vendor image
1547
0 commit comments