platform_vendor_tequila/config/BoardConfigLineage.mk
Rashed Abdel-Tawab 9fa7e80692 lineage: Dynamically generate kernel headers using lineage generator
Add a soong vendor plugin for kernel config variables so we can use
these in go.

Change-Id: Id31f2be8fcc5aba2d965dbe815edaaf1d28279c6
2018-10-20 21:50:38 +02:00

12 lines
304 B
Makefile

# Charger
ifeq ($(WITH_LINEAGE_CHARGER),true)
BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage
endif
include vendor/lineage/config/BoardConfigKernel.mk
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
include vendor/lineage/config/BoardConfigQcom.mk
endif
include vendor/lineage/config/BoardConfigSoong.mk