diff options
Diffstat (limited to 'runtime/runtime_options.def')
| -rw-r--r-- | runtime/runtime_options.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def index 5624285b09..c5b009d2cd 100644 --- a/runtime/runtime_options.def +++ b/runtime/runtime_options.def @@ -117,8 +117,8 @@ RUNTIME_OPTIONS_KEY (ExperimentalFlags, Experimental, ExperimentalFlags::k // Not parse-able from command line, but can be provided explicitly. // (Do not add anything here that is defined in ParsedOptions::MakeParser) -RUNTIME_OPTIONS_KEY (const std::vector<const DexFile*>*, \ - BootClassPathDexList) // TODO: make unique_ptr +RUNTIME_OPTIONS_KEY (std::vector<std::unique_ptr<const DexFile>>*, \ + BootClassPathDexList) RUNTIME_OPTIONS_KEY (InstructionSet, ImageInstructionSet, kRuntimeISA) RUNTIME_OPTIONS_KEY (CompilerCallbacks*, CompilerCallbacksPtr) // TDOO: make unique_ptr RUNTIME_OPTIONS_KEY (bool (*)(), HookIsSensitiveThread) |