commit | aaebaa0121be3b9d9f13630585304482cbcaeb4b | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Mon Jan 26 10:55:53 2015 -0800 |
committer | Igor Murashkin <iam@google.com> | Wed Feb 04 13:29:19 2015 -0800 |
tree | 0f47257e497fdf920c8d703d2d00adab53934a76 | |
parent | babecc483276b46d84cb83d4f01e577228827305 [diff] |
art: Refactor RuntimeOptions/ParsedOptions Refactor the RuntimeOptions to be a type-safe map (VariantMap, see runtime_options.h) and the ParsedOptions to delegate the parsing to CmdlineParser (see cmdline/cmdline_parser.h). This is the start of a command line parsing refactor, and may include more in the future (dex2oat, patchoat, etc). For more details of the command line parsing generator usage see cmdline/README.md Change-Id: Ic67c6bca5e1f33bf2ec60e2e3ff8c366bab91563