diff options
| author | Dan Pasanen <invisiblek@cyanogenmod.org> | 2016-06-06 06:10:17 -0700 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-06-06 06:37:16 -0700 |
| commit | be16c316b365b8b1ab8856c9b7a559156a4a106a (patch) | |
| tree | bc63791e2a8d693a4b48648c654c52424dceab7d | |
| parent | b7e6540d07a496685e07e34f4308443fd138629e (diff) | |
| parent | 4cc0beee19f5f8cf816042bfc9c0580d01ce0d8a (diff) | |
Merge "vs985: enable FM radio (1/2)" into cm-13.0
| -rw-r--r-- | BoardConfig.mk | 4 | ||||
| -rw-r--r-- | device.mk | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index faab410..df85c35 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -64,5 +64,9 @@ WIFI_DRIVER_FW_PATH_AP := "ap" WIFI_DRIVER_FW_PATH_STA := "sta" WPA_SUPPLICANT_VERSION := VER_0_8_X +#FM Radio +AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true +TARGET_QCOM_NO_FM_FIRMWARE := true + # inherit from the proprietary version -include vendor/lge/vs985/BoardConfigVendor.mk @@ -55,6 +55,11 @@ PRODUCT_PACKAGES += \ NfcNci \ nfc_nci.pn54x.default +# FM Radio +PRODUCT_PACKAGES += \ + FMRadio \ + libfmjni + PRODUCT_COPY_FILES += \ device/lge/g3-common/wcnss/WCNSS_cfg.dat:system/etc/firmware/wlan/prima/WCNSS_cfg.dat \ device/lge/g3-common/wcnss/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \ |
