blob: 6f3223dfc29754476c6ad90c6f818e8c2f0a3a9f [file] [log] [blame]
# APEX
ifneq ($(filter RELEASE NIGHTLY SNAPSHOT EXPERIMENTAL,$(LINEAGE_BUILDTYPE)),)
TARGET_FLATTEN_APEX := true
endif
# 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