diff options
Diffstat (limited to 'dex2oat/dex2oat_options.cc')
| -rw-r--r-- | dex2oat/dex2oat_options.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dex2oat/dex2oat_options.cc b/dex2oat/dex2oat_options.cc index 0d68f4fab6..5843691a24 100644 --- a/dex2oat/dex2oat_options.cc +++ b/dex2oat/dex2oat_options.cc @@ -245,6 +245,9 @@ static Parser CreateArgumentParser() { .Define("--class-loader-context=_") .WithType<std::string>() .IntoKey(M::ClassLoaderContext) + .Define("--stored-class-loader-context=_") + .WithType<std::string>() + .IntoKey(M::StoredClassLoaderContext) .Define("--compact-dex-level=_") .WithType<CompactDexLevel>() .WithValueMap({{"none", CompactDexLevel::kCompactDexLevelNone}, |