commit | 0fd965132165b9fd29becd6856fcd7b8194e8f27 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue Jun 13 17:35:59 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 13 17:35:59 2023 +0000 |
tree | 1b385d929c6c2991e21e8d724242439013b58b49 | |
parent | ac57d98b87fa39b87c9a48766d64861c6cbf803b [diff] | |
parent | 8ad23cf1513a43f495f93a0573294d91bfb98cb5 [diff] |
Merge "Add dt partition in fastboot-info"
diff --git a/core/Makefile b/core/Makefile index 18ba59e..1814f98 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -5403,6 +5403,9 @@ ifdef BOARD_PREBUILT_DTBOIMAGE $(hide) echo "flash dtbo" >> $@ endif +ifneq ($(INSTALLED_DTIMAGE_TARGET),) + $(hide) echo "flash dts dt.img" >> $@ +endif ifneq ($(INSTALLED_VENDOR_KERNEL_BOOTIMAGE_TARGET),) $(hide) echo "flash vendor_kernel_boot" >> $@ endif