Bug 556644 - 2. Make android work with new omnijar setup, r=dougt a=blocking2.0

This commit is contained in:
Michael Wu
2010-08-10 15:09:18 -07:00
parent f49ab79d5e
commit 1120b69076

View File

@@ -157,7 +157,7 @@ class GeckoAppShell
sGeckoRunning = true;
// First argument is the .apk path
String combinedArgs = apkPath;
String combinedArgs = apkPath + " -omnijar " + apkPath;
if (args != null)
combinedArgs += " " + args;
if (url != null)