OSDN Git Service

ART: Add dex2oat return codes
authorAndreas Gampe <agampe@google.com>
Mon, 20 Mar 2017 22:48:52 +0000 (15:48 -0700)
committerAndreas Gampe <agampe@google.com>
Mon, 20 Mar 2017 22:48:52 +0000 (15:48 -0700)
commit7b5659113309e8db2558ae72870b67ebdeb7233c
treee984d03b5ee4aa60df0880b4982c2f4e71f50a96
parent46ef4a6f7f59f65c77ef99d4a8d9fcd6d6d3ef0b
ART: Add dex2oat return codes

Refactor exit codes for dex2oat and export them. In preparation for
installd usage.

Bug: 36336122
Test: m test-art-host
Change-Id: I90bc49128886719f7595105ecc40405ddf821850
dex2oat/Android.bp
dex2oat/dex2oat.cc
dex2oat/include/dex2oat_return_codes.h [new file with mode: 0644]