5 lines
107 B
Makefile
5 lines
107 B
Makefile
# Charger
|
|
ifneq ($(WITH_LINEAGE_CHARGER),false)
|
|
BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage
|
|
endif
|