Files
vendor_strix/config/BoardConfigLineage.mk
Bruno Martins 9d4dc16c94 config: Indent BoardConfig makefiles
Change-Id: I56c93a0fe64c99987ad4101e7e6ccdd6250828c4
2024-06-08 08:22:26 +00:00

14 lines
353 B
Makefile

# SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
# Recovery
BOARD_USES_FULL_RECOVERY_IMAGE ?= true
include vendor/lineage/config/BoardConfigKernel.mk
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
include hardware/qcom-caf/common/BoardConfigQcom.mk
endif
include vendor/lineage/config/BoardConfigSoong.mk