summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2022-02-02 04:37:53 +0000
committerJohn Stultz <john.stultz@linaro.org>2022-02-15 03:20:58 +0000
commitaf6e3c040223f3dfa5ac3e8b684b16a37d9a078c (patch)
tree9fcd985667c812af50791c7d6dfbe6813d5d245d /build
parentde8954df2e8a82fb0465583d4692ab1db26adde6 (diff)
downloadhikey-af6e3c040223f3dfa5ac3e8b684b16a37d9a078c.tar.gz
hikey960/hikey: Transition to using to vendor-package
Moves the bootloader objects, and mali libraries to the vendor package and adds the support files, tweaking the flash-all.sh script Will use the vendor-package located here: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220210.tgz Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I5e22c28c6f2c9ce3a7ec42e72411192dfbb6b312
Diffstat (limited to 'build')
-rw-r--r--build/tasks/dtimage.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/dtimage.mk b/build/tasks/dtimage.mk
index 4d6a74d4..e125d170 100644
--- a/build/tasks/dtimage.mk
+++ b/build/tasks/dtimage.mk
@@ -1,7 +1,7 @@
ifneq ($(filter hikey%, $(TARGET_DEVICE)),)
ifneq ($(TARGET_NO_DTIMAGE), true)
-MKDTIMG := device/linaro/hikey/installer/hikey960/mkdtimg
+MKDTIMG := $(LINARO_VENDOR_PATH)/hikey960/$(EXPECTED_LINARO_VENDOR_VERSION)/bootloader/mkdtimg
DTB := $(PRODUCT_OUT)/hi3660-hikey960.dtb
$(PRODUCT_OUT)/dt.img: $(DTB)