blob: 6f3223dfc29754476c6ad90c6f818e8c2f0a3a9f [file] [log] [blame]
Nolen Johnson1474aeb2020-03-01 14:31:48 -05001# APEX
2ifneq ($(filter RELEASE NIGHTLY SNAPSHOT EXPERIMENTAL,$(LINEAGE_BUILDTYPE)),)
3 TARGET_FLATTEN_APEX := true
4endif
5
Steve Kondik75956202016-08-07 23:21:29 -07006# Charger
codeworkx9f22e532018-01-06 11:59:30 +01007ifeq ($(WITH_LINEAGE_CHARGER),true)
Luca Stefani5c60e4f2017-08-17 19:28:48 +02008 BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage
Steve Kondik75956202016-08-07 23:21:29 -07009endif
Michael Bestas1fb76622018-03-21 18:29:45 +020010
Rashed Abdel-Tawaba836d792018-09-20 15:19:57 -070011include vendor/lineage/config/BoardConfigKernel.mk
12
Rashed Abdel-Tawabb8ac1422018-08-25 11:10:25 -070013ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
14include vendor/lineage/config/BoardConfigQcom.mk
Michael Bestas1fb76622018-03-21 18:29:45 +020015endif
Rashed Abdel-Tawab9fa7e802018-09-18 21:53:24 -070016
17include vendor/lineage/config/BoardConfigSoong.mk