aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-11-15 15:56:58 +0200
committerArik Nemtsov <arik@wizery.com>2012-08-02 13:03:57 +0300
commit4c46fc478f08f293ea91feeb9afedf8ae393a061 (patch)
treee34dd82d63864f7ed74dcc7533b3427180094631 /Android.mk
parent9f711ddba75d98cf09aead92add267821a860d66 (diff)
downloadexternal_wpa_supplicant_8_ti-4c46fc478f08f293ea91feeb9afedf8ae393a061.zip
external_wpa_supplicant_8_ti-4c46fc478f08f293ea91feeb9afedf8ae393a061.tar.gz
external_wpa_supplicant_8_ti-4c46fc478f08f293ea91feeb9afedf8ae393a061.tar.bz2
Android: Add top level makefiles
These are from Android wpa_supplicant_8.git initial 0.8.X commit 8d520ff1dc2da35cdca849e982051b86468016d8. Change-Id: I26aec5afbbd4f4a1f5fd900912545b6f5050de64 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..77d72ea
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,3 @@
+ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X)
+ include $(call all-subdir-makefiles)
+endif