Kaydet (Commit) 1bb9a60a authored tarafından Michael Meeks's avatar Michael Meeks

android: un-break env. var parsing (sorry)

üst b36ff96d
......@@ -191,6 +191,7 @@ public class Bootstrap extends NativeActivity
while (argv.length > 0 &&
argv[0].matches("[A-Z_]+=.*")) {
putenv(argv[0]);
argv = Arrays.copyOfRange(argv, 1, argv.length-1);
}
// argv[0] will be replaced by android_main() in lo-bootstrap.c by the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment