SDM660:Device specific changes
Change-Id: Icd774f6160ebfc4d1bf5959e75ea67f6e4c202f1
This commit is contained in:
parent
f4ac481521
commit
88340ee647
3 changed files with 11 additions and 6 deletions
|
@ -128,6 +128,9 @@ ln -sf /vendor/etc/wifi/WCNSS_qcom_cfg.ini \
|
||||||
$(TARGET_OUT_VENDOR)/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini)
|
$(TARGET_OUT_VENDOR)/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
#Create dsp directory
|
||||||
|
$(shell mkdir -p $(TARGET_OUT_VENDOR)/lib/dsp)
|
||||||
|
|
||||||
# Create symbolic links for msadp
|
# Create symbolic links for msadp
|
||||||
$(shell mkdir -p $(TARGET_OUT_VENDOR)/firmware; \
|
$(shell mkdir -p $(TARGET_OUT_VENDOR)/firmware; \
|
||||||
ln -sf /dev/block/bootdevice/by-name/msadp \
|
ln -sf /dev/block/bootdevice/by-name/msadp \
|
||||||
|
|
|
@ -36,6 +36,10 @@ TARGET_USE_UI_SVA := true
|
||||||
#QTIC flag
|
#QTIC flag
|
||||||
-include $(QCPATH)/common/config/qtic-config.mk
|
-include $(QCPATH)/common/config/qtic-config.mk
|
||||||
|
|
||||||
|
# Add soft home, back and multitask keys
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
qemu.hw.mainkeys=0
|
||||||
|
|
||||||
# Video codec configuration files
|
# Video codec configuration files
|
||||||
ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true)
|
ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true)
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
@ -115,6 +119,10 @@ PRODUCT_BOOT_JARS += WfdCommon
|
||||||
PRODUCT_BOOT_JARS += oem-services
|
PRODUCT_BOOT_JARS += oem-services
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# system prop for Bluetooth SOC type
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
qcom.bluetooth.soc=cherokee
|
||||||
|
|
||||||
ifeq ($(strip $(BOARD_HAVE_QCOM_FM)),true)
|
ifeq ($(strip $(BOARD_HAVE_QCOM_FM)),true)
|
||||||
PRODUCT_BOOT_JARS += qcom.fmradio
|
PRODUCT_BOOT_JARS += qcom.fmradio
|
||||||
endif #BOARD_HAVE_QCOM_FM
|
endif #BOARD_HAVE_QCOM_FM
|
||||||
|
|
|
@ -88,9 +88,6 @@ telephony.lteOnCdmaDevice=1
|
||||||
#
|
#
|
||||||
persist.fuse_sdcard=true
|
persist.fuse_sdcard=true
|
||||||
|
|
||||||
#system prop for Bluetooth SOC type
|
|
||||||
qcom.bluetooth.soc=cherokee
|
|
||||||
|
|
||||||
#system prop for wipower support
|
#system prop for wipower support
|
||||||
ro.bluetooth.emb_wp_mode=true
|
ro.bluetooth.emb_wp_mode=true
|
||||||
ro.bluetooth.wipower=true
|
ro.bluetooth.wipower=true
|
||||||
|
@ -147,9 +144,6 @@ ro.hwui.text_small_cache_height=1024
|
||||||
ro.hwui.text_large_cache_width=2048
|
ro.hwui.text_large_cache_width=2048
|
||||||
ro.hwui.text_large_cache_height=1024
|
ro.hwui.text_large_cache_height=1024
|
||||||
|
|
||||||
# enable navigation bar
|
|
||||||
qemu.hw.mainkeys=0
|
|
||||||
|
|
||||||
#property to enable VDS WFD solution
|
#property to enable VDS WFD solution
|
||||||
persist.hwc.enable_vds=1
|
persist.hwc.enable_vds=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue