Merge "common: add support to sign boot image"
This commit is contained in:
commit
f6d45852b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue