Add bootloader to droidcore if built
Non-dist builds don't copy out the bootloader. This change fixes that. Bug: 167160541 Bug: 164917252 Test: local build Change-Id: I9bab9ba3455e8abee9e7a38bff431a142e7d5a57
This commit is contained in:
parent
8b21e4e7d4
commit
9fe40ca37b
|
@ -4321,6 +4321,7 @@ endif
|
|||
|
||||
ifdef BOARD_PREBUILT_BOOTLOADER
|
||||
$(BUILT_TARGET_FILES_PACKAGE): $(INSTALLED_BOOTLOADER_MODULE)
|
||||
droidcore: $(INSTALLED_BOOTLOADER_MODULE)
|
||||
endif
|
||||
|
||||
# Depending on the various images guarantees that the underlying
|
||||
|
|
Loading…
Reference in New Issue