Description: Remove android targets.
 We don't want to build Android library currently. When Android is ready
 in Debian we might want to enable these libraries.
 .
 Also we remove the targets that requires SQLite JDBC drivers here because
 there's no SQLite JDBC driver in Debian now.
Author: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Last-Update: 2018-10-25
Index: mapsforge-0.20.0/settings.gradle
===================================================================
--- mapsforge-0.20.0.orig/settings.gradle
+++ mapsforge-0.20.0/settings.gradle
@@ -5,23 +5,13 @@ pluginManagement {
         mavenCentral()
     }
 }
-dependencyResolutionManagement {
-    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
-    repositories {
-        google()
-        mavenCentral()
-    }
-}
+
 include ':mapsforge-core'
 include ':mapsforge-map'
-include ':mapsforge-map-android'
 include ':mapsforge-map-awt'
 include ':mapsforge-map-reader'
 include ':mapsforge-map-writer'
 include ':mapsforge-poi'
-include ':mapsforge-poi-android'
 include ':mapsforge-poi-awt'
-include ':mapsforge-poi-writer'
-include ':mapsforge-samples-android'
 include ':mapsforge-samples-awt'
 include ':mapsforge-themes'
