diff options
author | Subhani Shaik <subhanis@codeaurora.org> | 2017-03-13 13:30:31 -0700 |
---|---|---|
committer | Subhani Shaik <subhanis@codeaurora.org> | 2017-03-13 13:34:25 -0700 |
commit | 09070fe60086e2d2615a42770d06934f15b50349 (patch) | |
tree | efd6f30ec66febcba53fbe93b5222f0dbfd22c63 | |
parent | 5a9f890485371054fb52dc7e17478d074ee2e856 (diff) |
Include libcld80211 shared library to resolve linker errors
WifiHAL uses libcld80211 shared library. Include the same in
shared library list wherever libwifi-hal.so is used.
Bug: 32775496
Change-Id: Ia40ae22a3afdf8b44635cb930770cb4ad445b259
-rw-r--r-- | libwifi_hal/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libwifi_hal/Android.mk b/libwifi_hal/Android.mk index 3199fd58d..492091ac7 100644 --- a/libwifi_hal/Android.mk +++ b/libwifi_hal/Android.mk @@ -111,7 +111,8 @@ LOCAL_SHARED_LIBRARIES := \ libcutils \ liblog \ libnl \ - libutils + libutils \ + libcld80211 LOCAL_SRC_FILES := \ driver_tool.cpp \ hal_tool.cpp |