mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 08:45:58 +00:00
6 lines
156 B
Makefile
6 lines
156 B
Makefile
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|
|
APP_LDFLAGS := -Wl,--build-id=none
|
|
APP_PLATFORM := android-18
|
|
APP_STL := c++_static
|
|
NDK_TOOLCHAIN_VERSION=clang
|