android-dns: Remove legacy Android DNS plugin

This was written for the original native Android port.  It was never used
by the later Android app.
This commit is contained in:
Tobias Brunner
2026-07-24 14:59:55 +02:00
parent eb50fd9d15
commit e535ba99ac
10 changed files with 2 additions and 481 deletions
-7
View File
@@ -523,13 +523,6 @@ if MONOLITHIC
endif
endif
if USE_ANDROID_DNS
SUBDIRS += plugins/android_dns
if MONOLITHIC
libcharon_la_LIBADD += plugins/android_dns/libstrongswan-android-dns.la
endif
endif
if USE_ANDROID_LOG
SUBDIRS += plugins/android_log
if MONOLITHIC