mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-09 06:22:49 +00:00
6 lines
171 B
Makefile
6 lines
171 B
Makefile
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
|
|
APP_STL := gnustl_static
|
|
APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions
|
|
APP_PLATFORM := android-14
|
|
APP_ABI := all
|