diff options
| author | Kim <elektroschmock78@googlemail.com> | 2016-02-14 14:53:54 +0100 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 19:48:57 +0800 |
| commit | 46b06cda1e3669359d1ac444494bd8bd6d01c714 (patch) | |
| tree | 7f7bdafe553db1ba552ba759cc5024cd54325a6e | |
| parent | 4e011482c8a6aa98a1d21590270e8871b89c9bae (diff) | |
flo/deb: remove wifi.supplicant_scan_interval
It is an overlay now. No need to set the default value.
https://github.com/CyanogenMod/android_frameworks_base/blob/cm-13.0/core/res/res/values/config.xml#L432
Change-Id: Ic4a83cf4b1bfc56d2a5b564bdc942e1411ea428c
| -rw-r--r-- | device-common.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/device-common.mk b/device-common.mk index 4504121..5c6485a 100644 --- a/device-common.mk +++ b/device-common.mk @@ -243,9 +243,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ drm.service.enabled=true PRODUCT_PROPERTY_OVERRIDES += \ - wifi.interface=wlan0 \ - wifi.supplicant_scan_interval=15 - + wifi.interface=wlan0 + # Enable AAC 5.1 output PRODUCT_PROPERTY_OVERRIDES += \ media.aac_51_output_enabled=true |
