Loading core/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -6563,8 +6563,10 @@ ifdef BOARD_CUSTOM_BOOTIMG @# Prebuilt boot images $(hide) mkdir -p $(zip_root)/BOOTABLE_IMAGES $(hide) $(ACP) $(INSTALLED_BOOTIMAGE_TARGET) $(zip_root)/BOOTABLE_IMAGES/ ifneq ($(INSTALLED_RECOVERYIMAGE_TARGET),) $(hide) $(ACP) $(INSTALLED_RECOVERYIMAGE_TARGET) $(zip_root)/BOOTABLE_IMAGES/ endif endif ifdef BUILDING_SYSTEM_IMAGE @# Contents of the system image $(hide) $(call package_files-copy-root, \ Loading Loading
core/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -6563,8 +6563,10 @@ ifdef BOARD_CUSTOM_BOOTIMG @# Prebuilt boot images $(hide) mkdir -p $(zip_root)/BOOTABLE_IMAGES $(hide) $(ACP) $(INSTALLED_BOOTIMAGE_TARGET) $(zip_root)/BOOTABLE_IMAGES/ ifneq ($(INSTALLED_RECOVERYIMAGE_TARGET),) $(hide) $(ACP) $(INSTALLED_RECOVERYIMAGE_TARGET) $(zip_root)/BOOTABLE_IMAGES/ endif endif ifdef BUILDING_SYSTEM_IMAGE @# Contents of the system image $(hide) $(call package_files-copy-root, \ Loading