summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/Android.mk
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2016-06-15 14:00:07 -0700
committerMitchell Wills <mwills@google.com>2016-08-26 13:26:46 -0700
commitf71b2eb448ef4f1052211ed0f800e10e8469f2dc (patch)
treeb4067ea618a29d37b8c25df7f4606d86bbe88a83 /qcwcn/wifi_hal/Android.mk
parent18f6ec2ae8411720938a60ade92c7844b984f025 (diff)
downloadwlan-f71b2eb448ef4f1052211ed0f800e10e8469f2dc.tar.gz
Do not start/stop the driver in HAL startandroid-n-mr1-preview-2android-n-mr1-preview-1
The framework expects to control the state of the driver. The HAL should not be touching it. This code is also a noop on all supported nexi, where the driver is always started. Bug: 29321445 Change-Id: If431b278222ca06a29232874bd0c9870bd0be785 Test: Compiles, wifi continues to work on bullhead (cherry picked from commit 236a52b136b7fdd802389ef1687bd3df37c1adb6)
Diffstat (limited to 'qcwcn/wifi_hal/Android.mk')
-rw-r--r--qcwcn/wifi_hal/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/qcwcn/wifi_hal/Android.mk b/qcwcn/wifi_hal/Android.mk
index 9c7e5df..621fee5 100644
--- a/qcwcn/wifi_hal/Android.mk
+++ b/qcwcn/wifi_hal/Android.mk
@@ -114,7 +114,7 @@ LOCAL_SRC_FILES := \
LOCAL_MODULE := libwifi-hal-qcom
LOCAL_CLANG := true
LOCAL_SHARED_LIBRARIES += libnetutils liblog
-LOCAL_SHARED_LIBRARIES += libdl libhardware_legacy
+LOCAL_SHARED_LIBRARIES += libdl
ifneq ($(wildcard external/libnl),)
LOCAL_SHARED_LIBRARIES += libnl