-
Notifications
You must be signed in to change notification settings - Fork 24
Android_4.5.0.mk
Mark Johnson edited this page Mar 10, 2018
·
8 revisions
'<-- List of Project Android_4.5.0'
'<-- List of Project Android_R4.5.0'
Android_4.5.0.mk - for Spatialite 4.5.0 development, without Rasterlite2
-
this is based [2018-03-09] on the development spatialite 5.0.0 code extracted from fossil
-
in the
archive
directory there is a archive with the compile library’s:-
20180309.libjsqlite.4.5.0.tar.bz2
- 13.5 MB- armeabi-v7a 32-bit
- arm64-v8a 64-bit
- x86_64 64-bit
-
This archive can be directly downloaded with:
wget https://raw.github.com/geopaparazzi/libjsqlite-spatialite-android/master/archive/20180309.libjsqlite.4.5.0.tar.bz2
-
Android_4.5.0.mk
-
jsqlite-20120209.mk
sqlite-3220000.mk
-
spatialite-4.5.0.mk
proj4-4.9.3.mk
geos-3.6.2.mk
librttopo-1.1.0.mk
lzma-xz-5.2.1.mk
-
iconv-1.15.mk
- For Spatialite with VirtualShapes,VirtualXL support
-
iconv
is needed
-
- For Spatialite with VirtualShapes,VirtualXL support
-
The projects are listed in the order of compilation.
- to create this project:
- replace
Android.mk
withAndroid_4.4.0.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
2018-03-09: Mark Johnson, Berlin Germany