blob: 76afb77904b92fef73082552133c1ae835a9300b [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