OSDN Git Service

private_lib: move WPA_EVENT_DRIVER_STATE to driver_cmd_common.h
[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)/private_lib/Android.mk \
13         $(LOCAL_PATH)/wpa_supplicant/Android.mk
14 endif
15 ifeq ($(WPA_SUPPLICANT_VERSION),VER_2_1_DEVEL)
16 include $(call all-subdir-makefiles)
17 endif