mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
de60d4d37f
* Update Application.mk. * 64-bit libnative-utils * New build of x86 and armeabi-v7a libnative-utils. * Update to API19.
7 lines
184 B
Makefile
7 lines
184 B
Makefile
# Built with NDK 19.2.5345600
|
|
APP_ABI := armeabi-v7a x86 arm64-v8a x86_64
|
|
APP_PLATFORM := android-19
|
|
APP_STL := c++_static
|
|
APP_CPPFLAGS += -fexceptions
|
|
APP_OPTIM := debug
|