blob: 4a74b248d5b1265ec1b4d8eb6c4fed410fbd2747 [file] [log] [blame]
Ying Wang62b90b32012-11-20 18:04:25 -08001LOCAL_PATH:= $(call my-dir)
2
Dmitry Shmidt3f2a1172012-11-07 12:58:02 -08003ifndef WPA_SUPPLICANT_VERSION
4WPA_SUPPLICANT_VERSION := VER_0_8_X
5endif
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07006ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X)
Ying Wang62b90b32012-11-20 18:04:25 -08007# 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.
11include $(LOCAL_PATH)/hostapd/Android.mk \
12 $(LOCAL_PATH)/wpa_supplicant/Android.mk
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070013endif
Dmitry Shmidtb6e9aaf2013-05-20 14:49:44 -070014ifeq ($(WPA_SUPPLICANT_VERSION),VER_2_1_DEVEL)
15include $(call all-subdir-makefiles)
16endif