todo for next Osmand build

This commit is contained in:
David Black 2013-08-14 17:33:57 +01:00
parent 9b8e60d059
commit 354ecca59b
2 changed files with 18 additions and 0 deletions

View file

@ -110,6 +110,11 @@ build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_ARM_ONLY=true ./ndk-build.s
ant build -f ../OsmAnd-java/build.xml,\
buildjni=no
# do another 1.5 update when the branch settles down
# replace GPS Status with YGPS and elaborate description. see
# https://f-droid.org/forums/topic/update-osmand-and-osmand/page/3/#post-8253
# add parking patch (already committed.
# Could build gnu-trove via srclib
# Don't really understand what the other build.xmls do: they don't appear to put jars in classpath
# Qt in new_core branch

View file

@ -0,0 +1,13 @@
diff --git a/OsmAnd/src/net/osmand/plus/OsmandPlugin.java b/OsmAnd/src/net/osmand/plus/OsmandPlugin.java
index d0f6080..00b7d87 100644
--- a/OsmAnd/src/net/osmand/plus/OsmandPlugin.java
+++ b/OsmAnd/src/net/osmand/plus/OsmandPlugin.java
@@ -75,7 +75,7 @@ public abstract class OsmandPlugin {
installPlugin(SRTM_PLUGIN_COMPONENT, SRTMPlugin.ID, app,
new SRTMPlugin(app, false));
}
- installPlugin(PARKING_PLUGIN_COMPONENT, ParkingPositionPlugin.ID, app, new ParkingPositionPlugin(app));
+ installedPlugins.add(new ParkingPositionPlugin(app));
installPlugin(OSMODROID_PLUGIN_COMPONENT, OsMoDroidPlugin.ID, app, new OsMoDroidPlugin(app));
installedPlugins.add(new DistanceCalculatorPlugin(app));
installedPlugins.add(new AudioVideoNotesPlugin(app));