sdm660-common: Add QCOM's WFD implementation
* Sadly, out-of-the-box Miracast support was killed in P, so we need this to keep Wi-Fi display feature working. Change-Id: Id680d918b64c0e3733251db45992ec477b6fbdfb
This commit is contained in:
parent
69a686c2dc
commit
6d581599d5
2 changed files with 13 additions and 0 deletions
|
@ -141,3 +141,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.vendor.sensors.mot_detect=true \
|
||||
ro.vendor.sensors.pmd=true \
|
||||
ro.vendor.sensors.sta_detect=true
|
||||
|
||||
# WFD
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.debug.wfd.enable=1 \
|
||||
persist.sys.wfd.virtual=0
|
||||
|
|
|
@ -418,3 +418,11 @@ PRODUCT_COPY_FILES += \
|
|||
$(COMMON_PATH)/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
|
||||
$(COMMON_PATH)/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
|
||||
$(COMMON_PATH)/wifi/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/WCNSS_qcom_cfg.ini
|
||||
|
||||
# WiFi Display
|
||||
PRODUCT_PACKAGES += \
|
||||
libaacwrapper \
|
||||
libnl
|
||||
|
||||
PRODUCT_BOOT_JARS += \
|
||||
WfdCommon
|
||||
|
|
Loading…
Reference in a new issue