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

android : in build-android, removed "android" target which

no longer builds with latest Asio.  This leaves
"android-a8a" and "android-a7a" targets.
This commit is contained in:
James Yonan 2017-02-28 15:00:08 -07:00
parent bc406975b0
commit 1434d9a599

View File

@ -31,7 +31,8 @@ fi
echo SWIG
swig -c++ -java -package $pkg -I$O3/core/client -I$O3/core ovpncli.i
for TARGET in android-a8a android-a7a android ; do
# fixme: removed "android" from TARGET list due to compile failures in Asio
for TARGET in android-a8a android-a7a ; do
if [ "$DEBUG_BUILD" = "1" ]; then
. ../vars/vars-${TARGET}-dbg