blob: d98ae2aa55f4e958fe108dcbf8521c69b6d9c58d [file] [log] [blame]
Ying Wang62b90b32012-11-20 18:04:25 -08001LOCAL_PATH:= $(call my-dir)
2
Kees Jongenburger1297a182015-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 \
Kanchanapally, Vidyullatha04f23172016-02-01 14:24:44 +053010 $(LOCAL_PATH)/wpa_supplicant/Android.mk \
11 $(LOCAL_PATH)/hs20/client/Android.mk
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070012endif
Kees Jongenburger1297a182015-06-23 16:48:01 +020013endif