5 lines
97 B
Makefile
5 lines
97 B
Makefile
|
# Charger
|
||
|
ifneq ($(WITH_CM_CHARGER),false)
|
||
|
BOARD_HAL_STATIC_LIBRARIES := libhealthd.cm
|
||
|
endif
|