sm8150-common: use blob wifi hals

* Somehow the OSS HAL always fails with timeout awaiting for driver
ready. The `wlan0` interface just does not show up with OSS HAL. For
now, let's just live with the stock ones..
This commit is contained in:
Peter Cai 2019-06-25 16:27:21 +08:00
parent 1a00006830
commit 26f51de8cf
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
2 changed files with 3 additions and 1 deletions

View File

@ -391,7 +391,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.wifi@1.0-service \
hostapd \
libwifi-hal-qcom \
libwpa_client \
wpa_supplicant \
wpa_supplicant.conf \

View File

@ -1712,3 +1712,6 @@ vendor/lib64/com.qualcomm.qti.uceservice@2.0.so
vendor/lib64/libqti-iopd-client.so
vendor/lib64/libSecureUILib.so
# Wifi HALs (TODO: Figure out what funky stuff they have done and build OSS wifi HAL)
vendor/lib64/libwifi-hal.so
vendor/lib64/libwifi-hal-qcom.so