diff options
| author | 2016-06-03 13:08:23 +0000 | |
|---|---|---|
| committer | 2016-06-03 13:08:23 +0000 | |
| commit | d0f0281176916b0ec513ac95edbd0b3040398bb9 (patch) | |
| tree | 41da202b904eec7388f94582f19ff2a52bf8d756 | |
| parent | cc98f634847914d306d9c1ae16c46b95e0645270 (diff) | |
Revert "Revert "Make the boot image non-debuggable.""
The fix for b/29043547 has been submitted.
Bug: 28769520
This reverts commit cc98f634847914d306d9c1ae16c46b95e0645270.
Change-Id: I6ed511c0024ecaee75740e2847d1be20c4fb07dd
| -rw-r--r-- | dex2oat/dex2oat.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index cce83f32b5..db267992ce 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -685,12 +685,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. - // TODO: Remove this once we better deal with full frame deoptimization. - compiler_options_->debuggable_ = true; - } - if (oat_filenames_.empty() && oat_fd_ == -1) { Usage("Output must be supplied with either --oat-file or --oat-fd"); } |