Move .config for Android to android.config
Change-Id: I05322cf024cf63f217802b861a7b2117c9decfda
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index 255c802..5fd7d3f 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -8,7 +8,7 @@
ifeq ($(WPA_BUILD_HOSTAPD),true)
-include $(LOCAL_PATH)/.config
+include $(LOCAL_PATH)/android.config
# To ignore possible wrong network configurations
L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
diff --git a/hostapd/.config b/hostapd/android.config
similarity index 100%
rename from hostapd/.config
rename to hostapd/android.config