Skip to content

Commit 13f7d2a

Browse files
Brint E. KriebelSteve Kondik
authored andcommitted
Revert "build: Handle custom boot images properly"
We don't want to force this since we need to be able to re-sign boot images with proper keys, which requires rebuilding of the images. This also has an error in it from merging (dropped _MK). This reverts commit 22913de. Change-Id: Id1353e9883c3f24bbc10e685f43bede779430025
1 parent 1cd77d8 commit 13f7d2a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,12 +1536,6 @@ endif
15361536
@# Contents of the data image
15371537
$(hide) $(call package_files-copy-root, \
15381538
$(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
15451539
ifdef BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE
15461540
@# Contents of the vendor image
15471541
$(hide) $(call package_files-copy-root, \

0 commit comments

Comments
 (0)