summaryrefslogtreecommitdiffstats
path: root/dex2oat/dex2oat.cc
diff options
context:
space:
mode:
authorMingyao Yang <mingyao@google.com>2016-02-25 20:55:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-25 20:55:23 +0000
commit9ed87a8f69c3a8fbd47950ccc02a95c223bae5af (patch)
tree1b157a4cbd2c2a9ff75fc33a242e3ff9945e2f6d /dex2oat/dex2oat.cc
parent6d174eebe711d52d59df04890375d3f67bc5682e (diff)
parent6ea1a0e2168c8d9b6d97c075c73a72d84080f45b (diff)
downloadandroid_art-9ed87a8f69c3a8fbd47950ccc02a95c223bae5af.tar.gz
android_art-9ed87a8f69c3a8fbd47950ccc02a95c223bae5af.tar.bz2
android_art-9ed87a8f69c3a8fbd47950ccc02a95c223bae5af.zip
Merge "AOT compile framework code as non-debuggable"
Diffstat (limited to 'dex2oat/dex2oat.cc')
-rw-r--r--dex2oat/dex2oat.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index cac12d1920..53331284cb 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -696,11 +696,6 @@ class Dex2Oat FINAL {
Usage("Can't have both --image and (--app-image-fd or --app-image-file)");
}
- if (IsBootImage()) {
- // We need the boot image to always be debuggable.
- compiler_options_->debuggable_ = true;
- }
-
if (oat_filenames_.empty() && oat_fd_ == -1) {
Usage("Output must be supplied with either --oat-file or --oat-fd");
}