diff options
| author | Elektroschmock <elektroschmock78@googlemail.com> | 2016-02-24 16:35:54 +0800 |
|---|---|---|
| committer | xyyx <xyyx@mail.ru> | 2016-02-24 20:23:20 +0800 |
| commit | 88cdec38602d1565f7ed49d03b14ef4adf1b73bf (patch) | |
| tree | 5682b48389e08f666e134d546ac426b8f0ddff9e | |
| parent | 5ad105b4c1bbd64171330c8490781799896e698b (diff) | |
geehrc: Cleanup device.mk
PS 1-3
* delete obsolete entries
* don't copy items already copied by build
| -rw-r--r-- | device.mk | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -21,11 +21,6 @@ DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay -# This device is xhdpi. However the platform doesn't -# currently contain all of the bitmaps at xhdpi density so -# we do this little trick to fall back to the hdpi version -# if the xhdpi doesn't exist. -PRODUCT_AAPT_CONFIG := normal hdpi xhdpi PRODUCT_AAPT_PREF_CONFIG := xhdpi PRODUCT_PACKAGES := \ @@ -191,14 +186,6 @@ PRODUCT_PROPERTY_OVERRIDES += persist.hwc.mdpcomp.enable=true PRODUCT_CHARACTERISTICS := nosdcard PRODUCT_PACKAGES += \ - librs_jni \ - com.android.future.usb.accessory - -# Filesystem management tools -PRODUCT_PACKAGES += \ - e2fsck - -PRODUCT_PACKAGES += \ libgenlock \ liboverlay \ hwcomposer.msm8960 \ @@ -283,8 +270,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ endif PRODUCT_PROPERTY_OVERRIDES += \ - wifi.interface=wlan0 \ - wifi.supplicant_scan_interval=15 + wifi.interface=wlan0 # Enable AAC 5.1 output PRODUCT_PROPERTY_OVERRIDES += \ |
