diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2013-11-22 23:52:10 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-12-08 04:50:15 (GMT) |
commit | 075131e32e6967977da4bbfa8a7f63dbfbf86008 (patch) | |
tree | ff10c88d094b4729f6a21304cfd4702ff01e921d /Android.mk | |
parent | f7154ceef7cf515bdb8da692bbbd4529617d4935 (diff) | |
download | hostap-075131e32e6967977da4bbfa8a7f63dbfbf86008.zip hostap-075131e32e6967977da4bbfa8a7f63dbfbf86008.tar.gz hostap-075131e32e6967977da4bbfa8a7f63dbfbf86008.tar.bz2 |
Android: Do not compile wpa_supplicant if not chosen
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,8 +1,5 @@ LOCAL_PATH:= $(call my-dir) -ifndef WPA_SUPPLICANT_VERSION -WPA_SUPPLICANT_VERSION := VER_0_8_X -endif ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X) # The order of the 2 Android.mks does matter! # TODO: Clean up the Android.mks, reset all the temporary variables at the |