-
Notifications
You must be signed in to change notification settings - Fork 24
Android_4.2.1.mk
Mark Johnson edited this page Mar 8, 2018
·
6 revisions
<-- 'List of Project Android_4.2.1'
<-- 'List of Project Android_R4.2.1'
Android_4.2.1.mk - for Spatialite 4.2.1, without Rasterlite2
-
this is based [2015-01-16] development code extracted from fossil
-
in the
archive
directory there is a archive with the compile library’s:
This archive can be directly downloaded with:
wget https://raw.github.com/geopaparazzi/libjsqlite-spatialite-android/master/archive/20150121.libjsqlite.4.2.1.tar.bz2
-
Android_4.2.1.mk
-
jsqlite-20120209.mk
sqlite-3080801.mk
-
spatialite-4.2.1.mk
-
iconv-1.13.1.mk
- For Spatialite with VirtualShapes,VirtualXL support
-
iconv
is needed
-
- For Spatialite with VirtualShapes,VirtualXL support
proj4-4.8.0.mk
geos-3.4.2.mk
-
-
- to create this project:
- replace
Android.mk
withAndroid_4.2.1.mk
- run
ndk-build clean
ndk-build
- replace
Note:
- with
ndk-build V=1
- you can see where flags for compiling are being used
- the
-g
comes first (from the originalMakefile
of the project) -
-O
comes later, overriding-g
- the
- you can see where flags for compiling are being used
2015-01-21: Mark Johnson, Berlin Germany