0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00

Updated Android build for Android Market:

* updated version number to 1.0
* removed expiration
This commit is contained in:
James Yonan 2012-06-20 20:20:11 +00:00
parent 5d3ef89157
commit e4d4b4d9f9

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
# generate expire time in python: time.mktime((2012, 5, 1, 0, 0, 0, 0, 0, -1))
# -DAPP_EXPIRE_TIME=1346479200 \
set -e
echo SWIG
@ -8,7 +10,6 @@ swig -c++ -java -package net.openvpn.openvpn -I$OVPN3_DIR/client -I$OVPN3_DIR ov
echo CORE
$GPP_CMD \
--sysroot=$NDK/platforms/android-9/arch-arm \
-DAPP_EXPIRE_TIME=1346479200 \
-O3 -fPIC \
-Wall -Wno-sign-compare -Wno-unused-parameter \
-fvisibility=hidden \