rename libtriangle-jni.so -> libtriangle.so
This commit is contained in:
parent
3f4a8980a9
commit
f9be7f1cd8
@ -7,7 +7,7 @@ include $(CLEAR_VARS)
|
|||||||
LOCAL_CFLAGS := -O -DTRILIBRARY -DREDUCED -DCDT_ONLY -DNO_TIMER -Werror -std=c99
|
LOCAL_CFLAGS := -O -DTRILIBRARY -DREDUCED -DCDT_ONLY -DNO_TIMER -Werror -std=c99
|
||||||
# -DLINUX -> no fpu_control in bionic, needed ?
|
# -DLINUX -> no fpu_control in bionic, needed ?
|
||||||
|
|
||||||
LOCAL_MODULE := triangle-jni
|
LOCAL_MODULE := triangle
|
||||||
LOCAL_SRC_FILES := triangle/TriangleJni.c triangle/triangle.c triangle/triangle_dbg.c
|
LOCAL_SRC_FILES := triangle/TriangleJni.c triangle/triangle.c triangle/triangle_dbg.c
|
||||||
LOCAL_LDLIBS := -llog
|
LOCAL_LDLIBS := -llog
|
||||||
|
|
||||||
|
@ -467,6 +467,6 @@ public class ExtrusionLayer extends Layer {
|
|||||||
int ioffset);
|
int ioffset);
|
||||||
|
|
||||||
static {
|
static {
|
||||||
System.loadLibrary("triangle-jni");
|
System.loadLibrary("triangle");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user