Skip to content

Commit

Permalink
mkbootimg: Include system/tools/dtbtool
Browse files Browse the repository at this point in the history
* Moved from device/qcom/common

Change-Id: I9b301923aaebdbfbc8599e0f8524b2a38fe6cefa
  • Loading branch information
mikeNG committed Mar 25, 2018
1 parent 8179c01 commit d5b988f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkbootimg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)),)
Expand Down

0 comments on commit d5b988f

Please sign in to comment.