Bug 556644 - 2. Make android work with new omnijar setup, r=dougt a=blocking2.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user