cake654326 / ics-openvpn

Home Page:http://forum.xda-developers.com/showthread.php?t=1591585

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Build

Put the prebuild openvpn binary to "assets/openvpn" then:

Method 1. Build with android soure tree

# under root of android source tree
source build/envsetup.sh
breakfast `your device model`
cd `OpenVpn folder`
mm

Method 2. Using maven and ndk (recommanded)

Put your signkey at OpenVpn folder/signkey.keystore (optional)

export ANDROID_NDK_HOME=`your ndk path`
export ANDROID_HOME=`your sdk path`
mvn install # or with -Djarsigner.storepass=KEYPASS

About

http://forum.xda-developers.com/showthread.php?t=1591585

License:Other


Languages

Language:Java 94.2%Language:C 5.4%Language:Makefile 0.5%