Merge "ART: Turn on dex2oat watchdog on target"
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index bb86a74..403cb80 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -850,7 +850,7 @@
   bool include_patch_information = CompilerOptions::kDefaultIncludePatchInformation;
   bool include_debug_symbols = kIsDebugBuild;
   bool dump_slow_timing = kIsDebugBuild;
-  bool watch_dog_enabled = !kIsTargetBuild;
+  bool watch_dog_enabled = true;
   bool generate_gdb_information = kIsDebugBuild;
 
   // Checks are all explicit until we know the architecture.