aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/Android.mk
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-06-27 10:59:51 -0700
committerDmitry Shmidt <dimitrysh@google.com>2011-06-27 10:59:51 -0700
commite61a2d6db6113da5fad91660764afdb0596dbc46 (patch)
tree6b0db5c5dd4f55cec4fbd25721da75d9e3d60838 /hostapd/Android.mk
parent87255c406b47ce027832c461a2f731b23a987f96 (diff)
downloadandroid_external_wpa_supplicant_8-e61a2d6db6113da5fad91660764afdb0596dbc46.tar.gz
android_external_wpa_supplicant_8-e61a2d6db6113da5fad91660764afdb0596dbc46.tar.bz2
android_external_wpa_supplicant_8-e61a2d6db6113da5fad91660764afdb0596dbc46.zip
Remove unnecessary compilation settings
Change-Id: I59171b3620f4274d50f2cd764db493048e3c21b5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hostapd/Android.mk')
-rw-r--r--hostapd/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index ebc4aa96..a2772c23 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -8,6 +8,8 @@ ifneq ($(TARGET_SIMULATOR),true)
endif
endif
+ifeq ($(WPA_BUILD_HOSTAPD),true)
+
include $(LOCAL_PATH)/.config
# To ignore possible wrong network configurations
@@ -781,8 +783,6 @@ OBJS_c += src/utils/trace.c
OBJS_c += src/utils/wpa_debug.c
endif
-ifeq ($(WPA_BUILD_HOSTAPD),true)
-
########################
include $(CLEAR_VARS)