blob: 29d402dabae8ba14cc6eaeabcbc461b22c777336 [file] [log] [blame]
Mohammad Asaad Akramc13db882020-07-02 16:25:41 +05301ifneq ($(TARGET_DEVICE),qssi)
Ying Wang62b90b32012-11-20 18:04:25 -08002LOCAL_PATH:= $(call my-dir)
3
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 \
10 $(LOCAL_PATH)/wpa_supplicant/Android.mk
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070011endif
Mohammad Asaad Akrama0439722020-05-15 19:23:59 +053012endif #End of Check for qssi target