|
|
|
@ -35,7 +35,7 @@ LOCAL_MODULE := libOpenCVEngine |
|
|
|
|
|
|
|
|
|
LOCAL_LDLIBS += -lz -lbinder -llog -lutils
|
|
|
|
|
|
|
|
|
|
LOCAL_LDFLAGS += -Wl,-allow-shlib-undefine
|
|
|
|
|
LOCAL_LDFLAGS += -Wl,-allow-shlib-undefined
|
|
|
|
|
|
|
|
|
|
include $(BUILD_SHARED_LIBRARY) |
|
|
|
|
|
|
|
|
@ -74,7 +74,6 @@ LOCAL_CFLAGS += -D__SUPPORT_MIPS |
|
|
|
|
LOCAL_MODULE := libOpenCVEngine_jni
|
|
|
|
|
|
|
|
|
|
LOCAL_LDLIBS += -lz -lbinder -llog -lutils -landroid_runtime
|
|
|
|
|
|
|
|
|
|
LOCAL_SHARED_LIBRARIES = libOpenCVEngine
|
|
|
|
|
|
|
|
|
|
include $(BUILD_SHARED_LIBRARY) |
|
|
|
@ -83,4 +82,4 @@ include $(BUILD_SHARED_LIBRARY) |
|
|
|
|
# Native test application
|
|
|
|
|
#---------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
include $(LOCAL_PATH)/Tests/Tests.mk |
|
|
|
|
#include $(LOCAL_PATH)/Tests/Tests.mk
|