Ying Wang | 62b90b3 | 2012-11-20 18:04:25 -0800 | [diff] [blame^] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | |
Dmitry Shmidt | 3f2a117 | 2012-11-07 12:58:02 -0800 | [diff] [blame] | 3 | ifndef WPA_SUPPLICANT_VERSION |
| 4 | WPA_SUPPLICANT_VERSION := VER_0_8_X |
| 5 | endif |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 6 | ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X) |
Ying Wang | 62b90b3 | 2012-11-20 18:04:25 -0800 | [diff] [blame^] | 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 |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 13 | endif |