summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-28 22:03:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-06-28 22:03:19 +0000
commit14fc8793687878c840f48f6c6c7a4d00aa628c16 (patch)
tree64c72ebd9951c740531f86b9f512c2f5c12bf45b
parent99d2e724b33ce8a430022d574663daf170b73ef8 (diff)
parent69c2d875724457d6801987e74f5c8d02d46d1dea (diff)
downloadhikey-14fc8793687878c840f48f6c6c7a4d00aa628c16.tar.gz
Merge "Add dt.img into BOARD_PACK_RADIOIMAGES."
-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