summaryrefslogtreecommitdiffstats
path: root/patchoat
diff options
context:
space:
mode:
Diffstat (limited to 'patchoat')
-rw-r--r--patchoat/patchoat.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/patchoat/patchoat.cc b/patchoat/patchoat.cc
index eed20da..72ad9a5 100644
--- a/patchoat/patchoat.cc
+++ b/patchoat/patchoat.cc
@@ -569,6 +569,11 @@ bool PatchOat::PatchElf() {
}
}
+ t.NewTiming("Fixup Debug Sections");
+ if (!oat_file_->FixupDebugSections(delta_)) {
+ return false;
+ }
+
return true;
}