Merge "common: add support to sign boot image"

This commit is contained in:
Linux Build Service Account 2014-09-09 20:59:09 -07:00 committed by Gerrit - the friendly Code Review server
commit f6d45852b1
1 changed files with 8 additions and 0 deletions

View File

@ -383,6 +383,14 @@ $(BUILT_TARGET_FILES_PACKAGE): $(INSTALLED_BOOTLOADER_MODULE)
droidcore: $(INSTALLED_BOOTLOADER_MODULE)
endif
#----------------------------------------------------------------------
# Generate secure boot image
#----------------------------------------------------------------------
ifeq ($(TARGET_BOOTIMG_SIGNED),true)
.PHONY: bootimage
bootimage: $(INSTALLED_BOOTIMAGE_TARGET) $(INSTALLED_SEC_BOOTIMAGE_TARGET)
endif
###################################################################################################
.PHONY: aboot