ugh SpringSuite is half-commiting. Adjusting null -> "" for strings

This commit is contained in:
Connor Tumbleson 2012-12-23 16:02:00 -06:00
parent c62f1c5f64
commit 2a7cf75682

View File

@ -172,7 +172,7 @@ public class Main {
int i;
int skip = 0;
ExtFile mOrigApk = null;
String mAaptPath = null;
String mAaptPath = "";
for (i = 0; i < args.length; i++) {
String opt = args[i];
if (! opt.startsWith("-")) {