Snap for 4411005 from 023ab8d5a729a84f15fddb31751e851c2784cbd7 to oc-mr1-release

Change-Id: I29bdaa75eb6a05316ed441f7a78ac3b2a618486c
diff --git a/dexlayout/dexlayout.h b/dexlayout/dexlayout.h
index 9f6e8a4..bcb7ea6 100644
--- a/dexlayout/dexlayout.h
+++ b/dexlayout/dexlayout.h
@@ -59,8 +59,7 @@
   bool show_section_headers_ = false;
   bool show_section_statistics_ = false;
   bool verbose_ = false;
-  // TODO: Set verify_output_ back to false by default. Was set to true for debugging b/62840842.
-  bool verify_output_ = true;
+  bool verify_output_ = false;
   bool visualize_pattern_ = false;
   OutputFormat output_format_ = kOutputPlain;
   const char* output_dex_directory_ = nullptr;