diff options
| -rw-r--r-- | dex2oat/dex2oat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index bb86a74b34..403cb80674 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -850,7 +850,7 @@ static int dex2oat(int argc, char** argv) { 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. |