10 lines
252 B
Makefile
10 lines
252 B
Makefile
# Recovery
|
|
BOARD_USES_FULL_RECOVERY_IMAGE ?= true
|
|
|
|
include vendor/tequila/config/BoardConfigKernel.mk
|
|
|
|
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
|
include hardware/qcom-caf/common/BoardConfigQcom.mk
|
|
endif
|
|
|
|
include vendor/tequila/config/BoardConfigSoong.mk
|