Skip to content
Snippets Groups Projects
Commit f8fa7db2 authored by cyberta's avatar cyberta
Browse files

fix MinieVPNExecutableName()

parent 5176f99a
Branches
No related tags found
No related merge requests found
......@@ -45,16 +45,15 @@ public class VPNLaunchHelper {
}
}
throw new RuntimeException("Cannot find any execulte for this device's ABIs " + abis.toString());
throw new RuntimeException("Cannot find any execute for this device's ABIs " + abis.toString());
}
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
private static String[] getSupportedABIsLollipop() {
return Build.SUPPORTED_ABIS;
}
private static String getMiniVPNExecutableName() {
return MININONPIEVPN;
return MINIPIEVPN;
}
public static String[] replacePieWithNoPie(String[] mArgv) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment