mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 15:19:11 +08:00
7 lines
170 B
Makefile
7 lines
170 B
Makefile
APP_ABI := armeabi x86 mips
|
|
APP_PLATFORM := android-8
|
|
APP_STL := stlport_static
|
|
APP_CPPFLAGS := -fno-rtti -fno-exceptions
|
|
NDK_TOOLCHAIN_VERSION=4.4.3
|
|
#APP_OPTIM := debug
|