diff options
Diffstat (limited to 'dex2oat/dex2oat.cc')
| -rw-r--r-- | dex2oat/dex2oat.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index ece81e3919..21b03eb8ba 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -1095,9 +1095,6 @@ class Dex2Oat FINAL { compiler_options_->GetNativeDebuggable() ? OatHeader::kTrueValue : OatHeader::kFalseValue); key_value_store_->Put(OatHeader::kCompilerFilter, CompilerFilter::NameOfFilter(compiler_options_->GetCompilerFilter())); - key_value_store_->Put(OatHeader::kHasPatchInfoKey, - compiler_options_->GetIncludePatchInformation() ? OatHeader::kTrueValue - : OatHeader::kFalseValue); } // Parse the arguments from the command line. In case of an unrecognized option or impossible |