opencv/platforms/android/service/engine/jni/Application.mk

7 lines
170 B
Makefile
Raw Normal View History

APP_ABI := armeabi x86 mips
2012-06-21 22:50:05 +08:00
APP_PLATFORM := android-8
APP_STL := stlport_static
APP_CPPFLAGS := -fno-rtti -fno-exceptions
NDK_TOOLCHAIN_VERSION=4.4.3
2013-08-21 21:26:54 +08:00
#APP_OPTIM := debug