Skip to content
Mark Johnson edited this page Mar 8, 2018 · 4 revisions

'<-- List of Themes'

'<-- List of Projects'

'<-- List of Project Android_4.4.0'

'<-- List of Project Android_R4.4.0'


Android_4.4.0.mk - for Spatialite 4.4.0 RC 1, without Rasterlite2

This archive can be directly downloaded with:

wget https://raw.github.com/geopaparazzi/libjsqlite-spatialite-android/master/archive/20170118.libjsqlite.4.4.0.tar.bz2


  • to create this project:
    • replace Android.mk with Android_4.4.0.mk
    • run
      • ndk-build clean
      • ndk-build

Note:

  • with ndk-build V=1
    • you can see where flags for compiling are being used
      • the -g comes first (from the original Makefile of the project)
      • -O comes later, overriding -g

2017-01-20: Mark Johnson, Berlin Germany


Clone this wiki locally