blob: 266c5f5aad01747e4b76564daea306848dfd7686 [file] [log] [blame]
Ying Wang62b90b32012-11-20 18:04:25 -08001LOCAL_PATH:= $(call my-dir)
2
Kees Jongenburgerd1642bd2015-06-23 16:48:01 +02003ifneq ($(PROPRIETARY_BLOBS_EXIST),true)
Ying Wang02552fd2013-11-25 10:45:06 -08004ifneq ($(filter VER_0_8_X VER_2_1_DEVEL,$(WPA_SUPPLICANT_VERSION)),)
Ying Wang62b90b32012-11-20 18:04:25 -08005# The order of the 2 Android.mks does matter!
6# TODO: Clean up the Android.mks, reset all the temporary variables at the
7# end of each Android.mk, so that one Android.mk doesn't depend on variables
8# set up in the other Android.mk.
9include $(LOCAL_PATH)/hostapd/Android.mk \
Amarnath Hullur Subramanyamb40a6db2015-01-26 09:27:12 -080010 $(LOCAL_PATH)/wpa_supplicant/Android.mk \
11 $(LOCAL_PATH)/hs20/client/Android.mk
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070012endif
Kees Jongenburgerd1642bd2015-06-23 16:48:01 +020013endif