Parcourir la source

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 <j@w1.fi>
Jouni Malinen il y a 12 ans
Parent
commit
6f1127cac6
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      Android.mk

+ 3 - 0
Android.mk

@@ -0,0 +1,3 @@
+ifeq ($(WPA_SUPPLICANT_VERSION),VER_2_1_DEVEL)
+    include $(call all-subdir-makefiles)
+endif