diff options
author | 2017-03-02 13:45:45 +0000 | |
---|---|---|
committer | 2017-03-08 10:55:17 +0000 | |
commit | c52f3034b06c03632e937aff07d46c2bdcadfef5 (patch) | |
tree | 031e4d1b2ca0961014e57e4987d80d7aa2c435b0 /compiler/image_test.cc | |
parent | ef81e988d0eb4db390e576aac346701b2d820916 (diff) |
Remove --include-patch-information option from dex2oat.
Because we no longer support running patchoat on npic oat files, which
means the included patch information is unused .
Bug: 33192586
Test: m test-art-host
Change-Id: I9e100c4e47dc24d91cd74226c84025e961d30f67
Diffstat (limited to 'compiler/image_test.cc')
-rw-r--r-- | compiler/image_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/image_test.cc b/compiler/image_test.cc index b0225a3625..89e8a678b1 100644 --- a/compiler/image_test.cc +++ b/compiler/image_test.cc @@ -318,7 +318,6 @@ void CompilationHelper::Compile(CompilerDriver* driver, elf_writer->WriteDynamicSection(); elf_writer->WriteDebugInfo(oat_writer->GetMethodDebugInfo()); - elf_writer->WritePatchLocations(oat_writer->GetAbsolutePatchLocations()); bool success = elf_writer->End(); ASSERT_TRUE(success); |