Skip to content
Mark Johnson edited this page May 5, 2014 · 37 revisions

[<-- 'List of Themes'] (Home#themes)

[<-- 'List of Projects'] (Home#projects)


Android_R4.2.0.mk - for Spatialite 4.2.0, with Rasterlite2

  • this is based [2014-05-02] on development coded extracted on 2014-05-02

  • to create this project:
    • replace Android.mk with Android_R4.2.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

2014-05-05: Mark Johnson, Berlin Germany


Clone this wiki locally