diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-06-04 17:17:02 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-06-04 17:17:02 +0200 |
commit | 614b8790e5fc0bb3864eb2e3dd8c15016333d016 (patch) | |
tree | 53cfe70577ddc69cd92f5b816281d2a76bced1ce /main/misc | |
parent | ca7fe0a3dcdcec7d0cfa77bcff26409e84a9fa9a (diff) |
Implement PIE on JELLY BEAN
Diffstat (limited to 'main/misc')
-rwxr-xr-x | main/misc/build-native.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/misc/build-native.sh b/main/misc/build-native.sh index 35353bdd..f27384cd 100755 --- a/main/misc/build-native.sh +++ b/main/misc/build-native.sh @@ -35,7 +35,8 @@ if [ $? = 0 ]; then mkdir -p ../ovpnlibs/assets for i in * do - cp -v $i/minivpn ../ovpnlibs/assets/minivpn.$i + cp -v $i/nopievpn ../ovpnlibs/assets/nopievpn.$i + cp -v $i/pievpn ../ovpnlibs/assets/pievpn.$i done # Removed compiled openssl libs, will use platform so libs # Reduces size of apk |