commit | 22ec1eefa4dc8e12f7da8e8750d4770144941526 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Mon Apr 07 12:44:58 2014 +0100 |
committer | Narayan Kamath <narayan@google.com> | Wed Apr 09 13:39:41 2014 +0100 |
tree | f5ca6c4f0055e8c4ef01cf484abc65d983ec990b | |
parent | a5608acbd7647e0fd9aa87e5319715b0cbd6b0c0 [diff] |
Clean up argc / argv processing for runtime args. - Make copies of argc, argv before argv is potentially overwritten with the process name. - Allow multiple command line arguments to be passed to ZygoteInit (this is required for some of the 64 bit zygote work). - Add an explanatory comment about how these argments are processed. Change-Id: I752be69c5c0f97ed17d1a3dded19f46ee00929b0