Add dex2oat -g to control whether the compiled code has debugger support.
Change-Id: I69c83f707d874fee0464929769b1f1f28e9d97ee
diff --git a/src/common_test.h b/src/common_test.h
index f7b9fec..f487f05 100644
--- a/src/common_test.h
+++ b/src/common_test.h
@@ -339,7 +339,7 @@
runtime_->CreateCalleeSaveMethod(instruction_set, type), type);
}
}
- compiler_.reset(new Compiler(instruction_set, false, 2, NULL));
+ compiler_.reset(new Compiler(instruction_set, false, 2, false, NULL));
Heap::VerifyHeap(); // Check for heap corruption before the test
}