mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 16:58:39 +00:00
5 lines
134 B
Makefile
5 lines
134 B
Makefile
APP_ABI := armeabi armeabi-v7a x86
|
|
APP_PLATFORM := android-9
|
|
APP_STL := stlport_static
|
|
APP_CPPFLAGS += -fexceptions
|
|
APP_OPTIM := debug
|