mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
fmradio: added hardware support
This commit is contained in:
parent
1d71ad5b6a
commit
47e17097a1
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ PRODUCT_COPY_FILES += \
|
||||||
# Fonts
|
# Fonts
|
||||||
EXTENDED_FONT_FOOTPRINT := true
|
EXTENDED_FONT_FOOTPRINT := true
|
||||||
|
|
||||||
|
# FMRadio
|
||||||
|
AUDIO_FEATURE_ENABLED_FM := true
|
||||||
|
TARGET_QCOM_NO_FM_FIRMWARE := true
|
||||||
|
BOARD_HAVE_QCOM_FM := true
|
||||||
|
|
||||||
# Properties (reset them here, include more in device if needed)
|
# Properties (reset them here, include more in device if needed)
|
||||||
TARGET_SYSTEM_PROP := $(VENDOR_PATH)/system.prop
|
TARGET_SYSTEM_PROP := $(VENDOR_PATH)/system.prop
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue