summaryrefslogtreecommitdiffstats
path: root/config/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/common.mk')
-rw-r--r--config/common.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/common.mk b/config/common.mk
index 2ee23dd..a0e49ca 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -186,6 +186,16 @@ PRODUCT_PACKAGES += \
strace \
pigz
+# Custom off-mode charger
+ifneq ($(WITH_CM_CHARGER),false)
+PRODUCT_PACKAGES += \
+ charger_res_images \
+ cm_charger_res_images \
+ font_log.png \
+ libhealthd.cm
+endif
+
+# ExFAT support
WITH_EXFAT ?= true
ifeq ($(WITH_EXFAT),true)
TARGET_USES_EXFAT := true