Added Android plugin, currently provides DNS handling on Android

This commit is contained in:
Martin Willi
2010-02-17 18:24:11 +01:00
parent 63b0bc9c2d
commit 55699f037f
7 changed files with 413 additions and 0 deletions
+5
View File
@@ -261,6 +261,11 @@ if USE_RESOLVE
PLUGINS += resolve
endif
if USE_ANDROID
SUBDIRS += plugins/android
PLUGINS += android
endif
if USE_UCI
SUBDIRS += plugins/uci
PLUGINS += uci