summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 1c50530..0b2fef0 100644
--- a/common.mk
+++ b/common.mk
@@ -125,7 +125,8 @@ PRODUCT_PACKAGES += \
VisualizationWallpapers \
librs_jni
-#wifi
+
+# Wifi
PRODUCT_PACKAGES += \
libwpa_client \
hostapd \
@@ -133,6 +134,10 @@ PRODUCT_PACKAGES += \
wpa_supplicant \
wpa_supplicant.conf
+# Charger
+PRODUCT_PACKAGES += \
+ charger_res_images
+
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \