summaryrefslogtreecommitdiffstats
path: root/service/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'service/Android.mk')
-rw-r--r--service/Android.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/service/Android.mk b/service/Android.mk
index 779b5c2f1..b20d099d9 100644
--- a/service/Android.mk
+++ b/service/Android.mk
@@ -45,9 +45,13 @@ LIB_WIFI_HAL := libwifi-hal
ifeq ($(BOARD_WLAN_DEVICE), bcmdhd)
LIB_WIFI_HAL := libwifi-hal-bcm
else ifeq ($(BOARD_WLAN_DEVICE), qcwcn)
- LIB_WIFI_HAL := libwifi-hal-qcom
+ # this is commented because none of the nexus devices
+ # that sport Qualcomm's wifi have support for HAL
+ # LIB_WIFI_HAL := libwifi-hal-qcom
else ifeq ($(BOARD_WLAN_DEVICE), mrvl)
- LIB_WIFI_HAL := libwifi-hal-mrvl
+ # this is commented because none of the nexus devices
+ # that sport Marvell's wifi have support for HAL
+ # LIB_WIFI_HAL := libwifi-hal-mrvl
endif
# Build the HalUtil