OSDN Git Service

ART: Allow dex2oat for apps only with image
authorAndreas Gampe <agampe@google.com>
Sat, 28 Feb 2015 03:35:46 +0000 (19:35 -0800)
committerAndreas Gampe <agampe@google.com>
Sat, 28 Feb 2015 04:16:40 +0000 (20:16 -0800)
commit1d00addb6e6a6d0386cba393774031dbd88121ba
tree9a0f9d86dd97fbe5ca55208d685e7f87a2d0501b
parent02abb5075f3085e69c0c81fb5724c066f6c845b7
ART: Allow dex2oat for apps only with image

Do not allow a runtime without image when compiling an app. This
avoids the current abort when we then try to run out of the (missing)
boot classpath.

Bug: 19100590
Change-Id: Ic269dc2fa807d003215ea134cb42fe4c4d78124e
dex2oat/dex2oat.cc