commit | 78d86b5810d1e39b078a1b18d42c3ed556328a64 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Thu May 26 17:24:17 2022 +0100 |
committer | Jiakai Zhang <jiakaiz@google.com> | Mon May 30 19:46:41 2022 +0100 |
tree | 659468b259f0c6f132b7095ad23557b1f8f35e7a | |
parent | a79a6eba31fdcecccf939e412f64507102bb4f22 [diff] |
Refactor OatFileAssistant to allow it to function without a runtime. After this change, OatFileAssistant accepts an optional input OatFileAssistant::RuntimeOptions, and when the input is provided, OatFileAssistant can function without a runtime. Also: - Update tests to verify that OatFileAssistant works properly with and without a runtime. Bug: 233383589 Test: atest art_standalone_runtime_tests:OatFileAssistantTest Change-Id: Ie828a37f5f3c0843cf33cc40b07420eba0ee6dd0