Skip to content

DDesideria/ics-openvpn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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