-
Notifications
You must be signed in to change notification settings - Fork 24
Android_R4.2.0.mk
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
withAndroid_R4.2.0.mk
- run
ndk-build clean
ndk-build
- replace
- [
Android_R4.2.0.mk
] (https://github.com/geopaparazzi/libjsqlite-spatialite-android/blob/master/libjsqlite-spatialite-android/spatialite-android-library/jni/Android_R4.2.0.mk)- [[
jsqlite-R4.2.0.mk
|jsqlite-R4.2.0.mk]]- [[
sqlite-3080100.mk
|sqlite-3080100.mk]] -
'spatialite-4.2.0.mk '
- [[
iconv-1.13.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
|proj4-4.8.0.mk]] - [[
geos-3.4.2.mk
|geos-3.4.2.mk]]
- [[
- 'rasterlite2-4.2.0.mk - Rasterlite2 - with Spatialite 4.2.0-dev'
- [[
- [[
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
2014-05-05: Mark Johnson, Berlin Germany