summaryrefslogtreecommitdiff
path: root/build/tasks/dtimage.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/tasks/dtimage.mk')
-rw-r--r--build/tasks/dtimage.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/tasks/dtimage.mk b/build/tasks/dtimage.mk
index 9dc6668b..4d6a74d4 100644
--- a/build/tasks/dtimage.mk
+++ b/build/tasks/dtimage.mk
@@ -8,5 +8,10 @@ $(PRODUCT_OUT)/dt.img: $(DTB)
$(MKDTIMG) -c -d $(DTB) -o $@
droidcore: $(PRODUCT_OUT)/dt.img
+
+# Images will be packed into target_files zip, and hikey-img.zip.
+INSTALLED_RADIOIMAGE_TARGET += $(PRODUCT_OUT)/dt.img
+BOARD_PACK_RADIOIMAGES += dt.img
+
endif
endif