mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
7 lines
401 B
Makefile
7 lines
401 B
Makefile
APP_BUILD_SCRIPT := $(call my-dir)/Android.mk
|
|
APP_PROJECT_PATH := $(call my-dir)
|
|
# The ARMv7 is significanly faster due to the use of the hardware FPU
|
|
APP_ABI := armeabi armeabi-v7a
|
|
APP_MODULES := png jpeg jasper zlib opencv_lapack opencv_core opencv_imgproc opencv_ml opencv_highgui opencv_features2d \
|
|
opencv_legacy opencv_objdetect opencv_calib3d opencv_video opencv_contrib opencv_flann
|