android: use new jni lib
This commit is contained in:
parent
1be3d27ebe
commit
9cb2c8cca7
@ -58,8 +58,7 @@ public class AndroidMapView extends RelativeLayout implements MapRenderCallback
|
|||||||
private final MapView mMapView;
|
private final MapView mMapView;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
System.loadLibrary("glutils");
|
System.loadLibrary("vtm-jni");
|
||||||
System.loadLibrary("triangle");
|
|
||||||
//System.loadLibrary("tessellate");
|
//System.loadLibrary("tessellate");
|
||||||
|
|
||||||
CanvasAdapter.g = AndroidGraphics.INSTANCE;
|
CanvasAdapter.g = AndroidGraphics.INSTANCE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user