blob: f9842779225fbc8a1f3573ce31e60993fc0ad2e6 [file] [log] [blame]
Jackeagled6811aa2019-09-24 08:26:40 +02001# Charger
2ifeq ($(WITH_BLISS_CHARGER),true)
3 BOARD_HAL_STATIC_LIBRARIES := libhealthd.bliss
4endif
5
6include vendor/bliss/config/BoardConfigKernel.mk
7
8ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
9include vendor/bliss/config/BoardConfigQcom.mk
10endif
11
12include vendor/bliss/config/BoardConfigSoong.mk