OSDN Git Service

ART: Add Makefile target for boot image
authorAndreas Gampe <agampe@google.com>
Mon, 11 Apr 2016 18:57:18 +0000 (11:57 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 12 Apr 2016 21:25:24 +0000 (14:25 -0700)
commit3052db1b6cf45b5c3ba6d5adafb47ebf3545590a
tree3934601bad95a4c61fa72399f6a5ac0c4ae38ff2
parent4e2d57e608b55f0e8e00792da6aae728615ad54b
ART: Add Makefile target for boot image

Add a phony Makefile target that depends on the dexopted boot image.
This allows to test out changes easily, for example, for compile-time
initialization:

 m art-boot-image ART_BOOT_IMAGE_EXTRA_ARGS=--dump-init-failures=fails.txt

Bug: 27265238

(cherry picked from commit fad48e747c28836bc0fc84b9709df554be8b344d)

Change-Id: I9d54c562a2e623b23b7c1dea9cdbe303786c95dd
Android.mk