]> git.ipfire.org Git - thirdparty/hostap.git/blob - Android.mk
Android: wpa_supplicant: Use Ver 0.8.X as default
[thirdparty/hostap.git] / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 ifndef WPA_SUPPLICANT_VERSION
4 WPA_SUPPLICANT_VERSION := VER_0_8_X
5 endif
6 ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X)
7 # The order of the 2 Android.mks does matter!
8 # TODO: Clean up the Android.mks, reset all the temporary variables at the
9 # end of each Android.mk, so that one Android.mk doesn't depend on variables
10 # set up in the other Android.mk.
11 include $(LOCAL_PATH)/hostapd/Android.mk \
12 $(LOCAL_PATH)/wpa_supplicant/Android.mk
13 endif
14 ifeq ($(WPA_SUPPLICANT_VERSION),VER_2_1_DEVEL)
15 include $(call all-subdir-makefiles)
16 endif