Jackeagle | d6811aa | 2019-09-24 08:26:40 +0200 | [diff] [blame] | 1 | # Charger |
2 | ifeq ($(WITH_BLISS_CHARGER),true) | ||||
3 | BOARD_HAL_STATIC_LIBRARIES := libhealthd.bliss | ||||
4 | endif | ||||
5 | |||||
6 | include vendor/bliss/config/BoardConfigKernel.mk | ||||
7 | |||||
8 | ifeq ($(BOARD_USES_QCOM_HARDWARE),true) | ||||
9 | include vendor/bliss/config/BoardConfigQcom.mk | ||||
10 | endif | ||||
11 | |||||
12 | include vendor/bliss/config/BoardConfigSoong.mk |