diff --git a/mkbootimg.mk b/mkbootimg.mk index 0daa173..afa2182 100644 --- a/mkbootimg.mk +++ b/mkbootimg.mk @@ -17,7 +17,7 @@ LOCAL_PATH := $(call my-dir) ifeq ($(strip $(BOARD_KERNEL_SEPARATED_DT)),true) ifneq ($(strip $(BOARD_KERNEL_PREBUILT_DT)),true) ifeq ($(strip $(BUILD_TINY_ANDROID)),true) -include device/qcom/common/dtbtool/Android.mk +include system/tools/dtbtool/Android.mk endif ifeq ($(strip $(TARGET_CUSTOM_DTBTOOL)),)