Home | History | Annotate | Download | only in wpa_supplicant_8
      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
     14