mkbootimg: Include system/tools/dtbtool

* Moved from device/qcom/common

Change-Id: I9b301923aaebdbfbc8599e0f8524b2a38fe6cefa
This commit is contained in:
Michael Bestas 2018-03-25 20:33:08 +03:00
parent 8179c011c6
commit d5b988f3b2
1 changed files with 1 additions and 1 deletions

View File

@ -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)),)