From: Dmitry Shmidt Date: Fri, 22 Nov 2013 23:52:10 +0000 (-0800) Subject: Android: Do not compile wpa_supplicant if not chosen X-Git-Tag: hostap_2_1~458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075131e32e6967977da4bbfa8a7f63dbfbf86008;p=thirdparty%2Fhostap.git Android: Do not compile wpa_supplicant if not chosen Signed-off-by: Dmitry Shmidt --- diff --git a/Android.mk b/Android.mk index 4a74b248d..0e8cb6c18 100644 --- a/Android.mk +++ b/Android.mk @@ -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