cm: build: tasks: Remove BUILD_TINY_ANDROID check
This flag has been obsolete for a while now. Change-Id: Ib78a1b141ddd757d2546b2eff2158e6e0cc0d673
This commit is contained in:
parent
052d9d9384
commit
311fd6f991
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
|||
ifeq ($(strip $(BOARD_CUSTOM_BOOTIMG_MK)),)
|
||||
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
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(TARGET_CUSTOM_DTBTOOL)),)
|
||||
DTBTOOL_NAME := dtbToolCM
|
||||
|
|
Loading…
Reference in a new issue