From 6f1127cac6604c8032c9f3a1dac96d23f9fadb0f Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 18 May 2013 11:55:32 +0300 Subject: [PATCH] Android: Add a top level Android.mk This allows the hostap.git repository version to be build as part of the full Android platform build. Signed-hostap: Jouni Malinen --- Android.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Android.mk diff --git a/Android.mk b/Android.mk new file mode 100644 index 000000000..c2cc68b5d --- /dev/null +++ b/Android.mk @@ -0,0 +1,3 @@ +ifeq ($(WPA_SUPPLICANT_VERSION),VER_2_1_DEVEL) + include $(call all-subdir-makefiles) +endif