0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/vars-android-a7a
James Yonan a6ab17fde0 Android: build two versions of OpenVPN core library (libovpncli.so)
for different ARM platforms:

1. armeabi
2. armeabi-v7a

Android build script will package both versions of libovpncli.so
in the .apk, where the correct version should be automatically
chosen by Android on install.
2014-01-14 16:40:25 -07:00

9 lines
285 B
Plaintext

export DEP_DIR=$HOME/src/android
export PLATFORM=android-a7a
export ABI=armeabi-v7a
export DEBUG_BUILD=0
export OTHER_COMPILER_FLAGS=""
export LIB_OPT_LEVEL="-O3"
export LIB_FPIC="-fPIC"
export PLATFORM_FLAGS="-march=armv7-a -mthumb -fomit-frame-pointer --sysroot=$DEP_DIR/tc/sysroot"