]> git.ipfire.org Git - thirdparty/hostap.git/commit
Android: Rename ANDROID_P2P_STUB to ANDROID_LIB_STUB
authorKevin Cernekee <cernekee@google.com>
Sat, 20 Jun 2015 00:22:29 +0000 (17:22 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 26 Jun 2015 19:46:16 +0000 (22:46 +0300)
commita1407217b1ca7eb3c401c22f01e6ddac0e067435
tree794a41f6d0012e387a5b6daf6401fc9dd5134918
parent2ba4de37cb0d3f84e508a78f582bd6174875435f
Android: Rename ANDROID_P2P_STUB to ANDROID_LIB_STUB

If BOARD_HOSTAPD_PRIVATE_LIB is not used on an Android build, we will
need to replace both the p2p functions *and* wpa_driver_nl80211_driver_cmd
in order to successfully link.  Let's make the name more generic so it is
more obvious what it is used for.

Suggested-by: Dmitry Shmidt <dimitrysh@google.com>
Signed-off-by: Kevin Cernekee <cernekee@google.com>
hostapd/Android.mk
src/drivers/driver_nl80211_android.c
wpa_supplicant/Android.mk