mirror of
https://github.com/opencv/opencv.git
synced 2024-12-13 07:59:27 +08:00
5ffbcf1e16
Internal OpenCV library in OpenCV Manager support added; Unit tests improved, platform specific tests added, MIPS related tests added; Code refactoring done.
5 lines
141 B
Makefile
5 lines
141 B
Makefile
APP_ABI := armeabi x86 mips
|
|
APP_PLATFORM := android-8
|
|
APP_STL := stlport_static
|
|
APP_CPPFLAGS := -fno-rtti -fno-exceptions
|
|
#APP_OPTIM := debug
|