mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +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
|