diff options
| author | 2020-09-01 00:33:40 +0000 | |
|---|---|---|
| committer | 2020-09-01 00:33:40 +0000 | |
| commit | c73b31bf2a4af537a01d74bf53e65edb4515eab1 (patch) | |
| tree | 9aaf773b6491dc3f7f6a6945401f43b39ccfc2b9 | |
| parent | 8b21e4e7d48ee4d046a63eba701e465d3dc2dc3a (diff) | |
| parent | 9fe40ca37bff97c14700bbe6c045e401421836f7 (diff) | |
Merge "Add bootloader to droidcore if built"
| -rw-r--r-- | core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index 755b175ede..06c6a8abb8 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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 |