2014-03-11 18:31:51 -04:30
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
OPENCV_CAMERA_MODULES:=off
|
2014-04-28 10:42:38 -04:30
|
|
|
OPENCV_LIB_TYPE:=STATIC #SHARED
|
2014-04-10 17:55:31 -04:30
|
|
|
include C:\Users\miguel.astor\Documents\OpenCV-2.4.8-android-sdk\sdk\native\jni\OpenCV.mk
|
2014-03-11 18:31:51 -04:30
|
|
|
|
|
|
|
|
LOCAL_MODULE := cvproc
|
|
|
|
|
LOCAL_SRC_FILES := cv_proc.cpp marker.cpp
|
|
|
|
|
LOCAL_LDLIBS += -llog -ldl
|
|
|
|
|
|
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
# Add prebuilt libraries
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := gdx
|
|
|
|
|
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libgdx.so
|
|
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := gdx-freetype
|
|
|
|
|
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libgdx-freetype.so
|
|
|
|
|
|
2014-04-30 16:19:59 -04:30
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_java
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libopencv_java.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_info
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libopencv_info.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_native_camera_220
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libnative_camera_r2.2.0.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_native_camera_233
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libnative_camera_r2.3.3.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_native_camera_301
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libnative_camera_r3.0.1.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_native_camera_400
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libnative_camera_r4.0.0.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_native_camera_403
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libnative_camera_r4.0.3.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_native_camera_411
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libnative_camera_r4.1.1.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
|
|
LOCAL_MODULE := ocv_tegra_native_camera_420
|
2014-06-19 18:30:08 -04:30
|
|
|
LOCAL_SRC_FILES := C:\\Users\\miguel.astor\\Documents\\OpenCV-2.4.8-android-sdk\\sdk\\native\\libs\\armeabi-v7a\\libnative_camera_r4.2.0.so
|
2014-04-30 16:19:59 -04:30
|
|
|
|
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|