mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 18:50:49 +08:00
5 lines
110 B
Makefile
5 lines
110 B
Makefile
APP_STL := gnustl_static
|
|
APP_CPPFLAGS := -frtti -fexceptions
|
|
APP_ABI := armeabi-v7a
|
|
APP_PLATFORM := android-8
|