mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-10 12:39:53 +00:00
Enable ZT_TRACE and more verbose build output
This commit is contained in:
parent
5015c0ae78
commit
74f7d5377d
@ -37,6 +37,7 @@
|
||||
<target name="build_android">
|
||||
<exec dir="jni" executable="${env.NDK_BUILD_LOC}" failonerror="true">
|
||||
<arg value="ZT1=${user.dir}/../"/>
|
||||
<arg value="V=1"/>
|
||||
</exec>
|
||||
<copy file="libs/armeabi/libZeroTierOneJNI.so"
|
||||
tofile="${user.dir}/classes/lib/armeabi/libZeroTierOneJNI.so"
|
||||
|
@ -1,3 +1,4 @@
|
||||
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
|
||||
APP_STL := gnustl_static
|
||||
APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions
|
||||
APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions -DZT_TRACE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user