OSDN Git Service

Accumulative patch from commit 17b8995cf5813d7c027cd7a6884700e791d72392
[android-x86/external-wpa_supplicant_8.git] / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 ifndef WPA_SUPPLICANT_VERSION
4 WPA_SUPPLICANT_VERSION := VER_0_8_X
5 endif
6 ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X)
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
13 endif