blob: 547792fd29160f7069e77e330c5b4312b8f861e3 [file] [log] [blame]
Steve Kondik75956202016-08-07 23:21:29 -07001# Charger
codeworkx9f22e532018-01-06 11:59:30 +01002ifeq ($(WITH_LINEAGE_CHARGER),true)
Luca Stefani5c60e4f2017-08-17 19:28:48 +02003 BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage
Steve Kondik75956202016-08-07 23:21:29 -07004endif
Michael Bestas1fb76622018-03-21 18:29:45 +02005
Rashed Abdel-Tawaba836d792018-09-20 15:19:57 -07006include vendor/lineage/config/BoardConfigKernel.mk
7
Rashed Abdel-Tawabb8ac1422018-08-25 11:10:25 -07008ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
9include vendor/lineage/config/BoardConfigQcom.mk
Michael Bestas1fb76622018-03-21 18:29:45 +020010endif
Rashed Abdel-Tawab9fa7e802018-09-18 21:53:24 -070011
12include vendor/lineage/config/BoardConfigSoong.mk