diff options
author | Srinivas Dasari <dasaris@codeaurora.org> | 2017-02-17 17:00:09 +0530 |
---|---|---|
committer | Ecco Park <eccopark@google.com> | 2017-03-09 17:23:32 +0000 |
commit | f58c12182ec6ff0a64c3ee7e2f8d3e6256751f16 (patch) | |
tree | d9bc63a5d66275a4a7e1b49e4042015c39cfa24c /Android.mk | |
parent | cb5c6d1cb7df43666f916f837b5e4e3ef6ccca01 (diff) |
WiFi-HAL: changes to support cld80211 family
wifihal debug infrastructure recieves host logs, firmware logs
and other debug stats from driver on NETLINK_USERSOCK.
Use cld80211 library APIs to receive the same inorder to migrate
from NETLINK_USERSOCK to NETLINK_GENERIC.
Change-Id: I3eca2ff02ababd3255e3876b2e247eb0d3071e67
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -include $(call all-named-subdir-makefiles,qcwcn) +include $(call all-subdir-makefiles) |