config: make libhealthd.lineage opt-in
Currently broken. Whoever will use it has to fix it. Change-Id: I029ccf650e1cf4dc1080f7bd8c7000f2955b2a1e
This commit is contained in:
committed by
Michael Bestas
parent
1dea800811
commit
9f22e53878
@@ -1,4 +1,4 @@
|
||||
# Charger
|
||||
ifneq ($(WITH_LINEAGE_CHARGER),false)
|
||||
ifeq ($(WITH_LINEAGE_CHARGER),true)
|
||||
BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage
|
||||
endif
|
||||
|
@@ -171,10 +171,13 @@ PRODUCT_PACKAGES += \
|
||||
wget \
|
||||
zip
|
||||
|
||||
# Custom off-mode charger
|
||||
ifneq ($(WITH_LINEAGE_CHARGER),false)
|
||||
# Charger
|
||||
PRODUCT_PACKAGES += \
|
||||
charger_res_images
|
||||
|
||||
# Custom off-mode charger
|
||||
ifeq ($(WITH_LINEAGE_CHARGER),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
charger_res_images \
|
||||
lineage_charger_res_images \
|
||||
font_log.png \
|
||||
libhealthd.lineage
|
||||
|
Reference in New Issue
Block a user