mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
mkbootimg: Include system/tools/dtbtool
* Moved from device/qcom/common Change-Id: I9b301923aaebdbfbc8599e0f8524b2a38fe6cefa
This commit is contained in:
parent
8179c011c6
commit
d5b988f3b2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ LOCAL_PATH := $(call my-dir)
|
||||||
ifeq ($(strip $(BOARD_KERNEL_SEPARATED_DT)),true)
|
ifeq ($(strip $(BOARD_KERNEL_SEPARATED_DT)),true)
|
||||||
ifneq ($(strip $(BOARD_KERNEL_PREBUILT_DT)),true)
|
ifneq ($(strip $(BOARD_KERNEL_PREBUILT_DT)),true)
|
||||||
ifeq ($(strip $(BUILD_TINY_ANDROID)),true)
|
ifeq ($(strip $(BUILD_TINY_ANDROID)),true)
|
||||||
include device/qcom/common/dtbtool/Android.mk
|
include system/tools/dtbtool/Android.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(TARGET_CUSTOM_DTBTOOL)),)
|
ifeq ($(strip $(TARGET_CUSTOM_DTBTOOL)),)
|
||||||
|
|
Loading…
Reference in a new issue