From: Jouni Malinen Date: Sat, 18 May 2013 08:55:32 +0000 (+0300) Subject: Android: Add a top level Android.mk X-Git-Tag: aosp-kk-from-upstream~247 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f1127cac6604c8032c9f3a1dac96d23f9fadb0f;p=thirdparty%2Fhostap.git 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 --- 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