mirror of
https://github.com/opencv/opencv.git
synced 2024-12-14 00:39:13 +08:00
5 lines
136 B
Makefile
5 lines
136 B
Makefile
|
APP_ABI := armeabi x86
|
||
|
APP_PLATFORM := android-8
|
||
|
APP_STL := stlport_static
|
||
|
APP_CPPFLAGS := -fno-rtti -fno-exceptions
|
||
|
#APP_OPTIM := debug
|