config: make libhealthd.lineage opt-in
Currently broken. Whoever will use it has to fix it.
Change-Id: I029ccf650e1cf4dc1080f7bd8c7000f2955b2a1e
diff --git a/config/BoardConfigLineage.mk b/config/BoardConfigLineage.mk
index b3d5b76..0336314 100644
--- a/config/BoardConfigLineage.mk
+++ b/config/BoardConfigLineage.mk
@@ -1,4 +1,4 @@
# Charger
-ifneq ($(WITH_LINEAGE_CHARGER),false)
+ifeq ($(WITH_LINEAGE_CHARGER),true)
BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage
endif
diff --git a/config/common.mk b/config/common.mk
index 7c76f35..558d227 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -171,10 +171,13 @@
wget \
zip
-# Custom off-mode charger
-ifneq ($(WITH_LINEAGE_CHARGER),false)
+# Charger
PRODUCT_PACKAGES += \
- charger_res_images \
+ charger_res_images
+
+# Custom off-mode charger
+ifeq ($(WITH_LINEAGE_CHARGER),true)
+PRODUCT_PACKAGES += \
lineage_charger_res_images \
font_log.png \
libhealthd.lineage