aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2012-05-03 15:08:09 -0700
committerDmitry Shmidt <dimitrysh@google.com>2012-05-03 15:08:09 -0700
commit872e7db64eb4ac56040dcefea5b1bfa8f68253aa (patch)
tree8b6df84a0eb753d67b136507dfd0029c24769e55
parent1ec2bd91deac8778bea6a821fd65e486ede0e012 (diff)
downloadwpa_supplicant_6-872e7db64eb4ac56040dcefea5b1bfa8f68253aa.tar.gz
wpa_supplicant: Set default wpa_supplicant to 0.6.Xandroid-cts-4.1_r1
Change-Id: I32a66d3996760909b31055753b332411f8b43667 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 8e40e31..b91a4e0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,6 @@
+ifndef WPA_SUPPLICANT_VERSION
+WPA_SUPPLICANT_VERSION := VER_0_6_X
+endif
ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_6_X)
include $(call all-subdir-makefiles)
endif