charger: add lineage charger

Add a new charger as a possible replacement for the AOSP charger.

Co-Authored-By: Tim Zimmermann <tim@linux4.de>
Change-Id: Icdf7ad770bb353f082759b76fd4e58910e8d72e3
This commit is contained in:
programminghoch10
2021-08-04 02:09:40 +02:00
committed by LuK1337
parent 9887e1f751
commit f88090b17a
38 changed files with 258 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
charger_res_images
ifneq ($(WITH_LINEAGE_CHARGER),false)
PRODUCT_PACKAGES += \
lineage_charger_animation
endif
# Customizations
PRODUCT_PACKAGES += \
IconShapeSquareOverlay \