]> git.ipfire.org Git - thirdparty/hostap.git/commit
Android: Do not use separate private lib
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 16 Nov 2011 12:57:40 +0000 (14:57 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 24 Nov 2013 20:46:38 +0000 (22:46 +0200)
commit58dbc037005e700396ba52d8d01a8733a6742dd8
tree00db427235ec039ac7075e494c5559a3db071f4a
parented8bfa6274772e7f127693265077f587e04ead65
Android: Do not use separate private lib

The separate private library mechanism used in Android ICS is not
very robust when wpa_supplicant/hostapd version changes since the
external code is accessing some internal data structures directly.
Avoid this type of issues by integrating the private library to be
part of wpa_supplicant/hostapd build.
hostapd/Android.mk
wpa_supplicant/Android.mk