diff options
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -76,16 +76,6 @@ PRODUCT_PACKAGES := \ macloader \ tinymix -ifneq ($(TARGET_HAS_CAM_FLASH) ,false) -PRODUCT_PACKAGES += \ - Torch -endif - -# Charger -PRODUCT_PACKAGES += \ - charger \ - charger_res_images - # MFC API PRODUCT_PACKAGES += \ libsecmfcdecapi \ @@ -123,6 +113,11 @@ PRODUCT_PACKAGES += \ wpa_supplicant \ wpa_supplicant.conf +# Charger +PRODUCT_PACKAGES += \ + charger \ + charger_res_images + # These are the hardware-specific features PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ |