1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
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.10.0+dfsg.1/settings.gradle
===================================================================
--- mapsforge-0.10.0+dfsg.1.orig/settings.gradle
+++ mapsforge-0.10.0+dfsg.1/settings.gradle
@@ -1,14 +1,8 @@
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'
-include ':sqlite-android'
|